Shopping Cart for The Odin Project
- React
- TypeScript
- Framer Motion
- React Router
- Sass
- Extensive catalog of games thanks to the RAWG API.
- Search any game you want.
- Games information and screenshots.
- Responsive design.
- Lazy loading images.
- Smooth animations.
Here are the steps to run the project locally.
- Clone the repository.
git clone https://github.com/nekusu/shopping-cart.git
- Install the dependencies.
npm i
- Create a RAWG account to get your API key.
- Set your API key in the
.env
file. - Run the project.
npm run start