Simple Javascript web application that allows user to manage their game backlogs, it also allows them to store it within their local storage.
- add games: add new games to the tracker.
- remove games: remove games from the tracker.
- edit games: edit existing games in the tracker.
- data persistence: save and load the games to the user's local storage.
- categorization: display games in the tracker based on what category they are.
- HTML: for the structure of the app.
- CSS: for styling the app.
- Javascript: for the functionality of the app. -localStorage: for saving data within their device.
-
Clone the repository to your local machine:
git clone https://github.com/mickeyLalata/GameBacklogTracker.git
-
Open the
index.htmlfile in your browser to view and interact with the application.open index.html
-
Alternatively, you can also open it directly from your preferred code editor (e.g., VSCode) and use the built-in live server for a more interactive experience.
You can view a live demo of the application here:
https://mickeylalata.github.io/GameBacklogTracker/
- Inspiration for this project came from managing my own game backlog.
- Thank you to the open-source community for providing tools and resources to help me build this app.