Skip to content

nekusu/shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping Cart

Shopping Cart for The Odin Project

Demo

🌑 Live Demo

Built with

  • React
  • TypeScript
  • Framer Motion
  • React Router
  • Sass

Features

  • 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.

Screenshots

Development

Here are the steps to run the project locally.

  1. Clone the repository.
git clone https://github.com/nekusu/shopping-cart.git
  1. Install the dependencies.
npm i
  1. Create a RAWG account to get your API key.
  2. Set your API key in the .env file.
  3. Run the project.
npm run start