GameHub is a video game discovery web app that helps you find new and interesting games to play. With GameHub, you can search for games by platform, genre, and more.
Feel free to check out my project : GameHub Project
To get started with GameHub, follow these steps:
- Clone this repository to your local machine.
- Run
npm installto install the required dependencies. - Run
npm run devto start the web server.
I learned
- Build front-end apps with React and TypeScript
- Build reusable function components
- Style your components using TailWind CSS
- Manage component state
- Build forms with React Hook Forms
- Connect your React apps to the backend
- Deploy your React apps
- Use VSCode shortcuts to increase your productivity
- Write clean code like a pro
- Apply best practices