This project is a web application developed with Next.js and TypeScript, aiming to provide users with an immersive experience with information about 2023's most popular games. The interface is intuitive and accessible, with updates from trusted sources of API.
- Web application
- List of games on the server and information about game DLCs
- Accessibility for users
- Implementation of file translation
- Search for specific games in a SearchBar
- Access the application through this link: https://rawg-video-games.vercel.app/
# You can use npm or yarn to manage packages
## Clone the repository
git clone https://github.com/Edu4rdoBP/rawg-video-games.git
## Access the project folder in the terminal
cd rawg-video-games
## To install dependencies in server
npm install or yarn install
##
Register to Get an API key on the https://rawg.io/apidocs
## Add your API key to the .env.local file located in the project root: '/.env.local'
NEXT_PUBLIC_API_KEY={add your generated key}
## Run the Server
npm run dev
## Run the Server
npm run storybook
This project is under the MIT license. See the LICENSE file for more details.
Made with 💜 by Eduardo Barboza