This is a simple implementation of where's waldo for the web. A live preview of the project can be seen here.
The goal for this project is to learn how to use a back-end as a service for handling data as well as further practice for react.
If you want to have a local copy of the project, you can do the following below. However, you need to have git, node.js, and npm installed.
- Open up a terminal
- Clone the repository by typing this in the terminal:
git clone [email protected]:libmartinito/shopping-cart.git
- Install project dependencies by typing this in the terminal:
npm install
The project is part of the full-stack javascript track at the odin project. The net ninja has an easily digestible playlist about the basics of Firestore 9.