Simple frontend of an ecommerce of photos with home page and cart.
Clone this repository and install it dependencies with this command:
npm install
Run the application with npm start command, it will start the app on localhost:3000:
npm start
Functionality 1
: Add items to cartFunctionality 2
: Favorite itemsFunctionality 3
: Delete items from cart
React
React Context
React Hooks
React Router
Clean code