You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Python class to manage Git tags following Semantic Versioning and Gitflow branching model. It provides utilities to create, increment, and validate development, release candidate (RC), patch, and production tags.
Leaderboard project for Microverse activity 4th week 2nd Module. Using async and await, and consuming special API to store user results for a fictitious math game
This website works with API, the user can submit a score and the score will be saved on the server, the user will be able to view all scores submitted by all users
A to do list app. Where you can list out all the todo that you need to perform. also allows you to delete all the completed todos. Technlogies used is HTML CSS and JS
This is a JavaScript capstone project: A fancy web application based on 2 external APIs with 3 user interfaces that shows food items and have the option to like, comment and order those items. The project is implemented following GitFlow using HTML, CSS, modular JS. Webpack is used as bundler and Jest for Unit testing.
This leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service.