Overview:
Game Vault - The ultimate app for gamers. Add, manage, and rate games you've played or would like to play.
Link to project:
GameVault Repository
Deployed project:
GameVault Deployed
Features
- Add and Edit Games: Easily manage games with intuitive forms.
- Rate Games: Share your experience by rating each game.
- Add Video Links: Enhance game profiles with relevant video links.
- User-Friendly Navigation: Enjoy a seamless and easy-to-navigate interface.
- Random Game Suggestion: Automatically select a game to play from your list of added games.
How to run app:
- From your command line, be in the root directory and run npm install OR npm i for short.
- Next, run npm run prepare. This command sets up husky to track eslint errors on commit that will make your deploy fail on Netlify.
- To start your application, run npm run dev. THIS IS THE COMMAND YOU WILL USE TO RUN YOUR DEVELOPMENT SERVER FROM NOW ON.
- Open http://localhost:3000 with your browser.