💡 This documentation contains all the details for the frontend of MyManga-Store! App
This is the Front-end of a webapp called MyManga-Store! This app is a manga store, it was developed for educational purposes in the Backend Course by Coderhouse in 2021. The app allows users to view products, add them into the cart, register, login and has many other things!
On the admin-side, the admin gets notify via Email if a user has registered, via SMS & Whatsapp if a user has purchased an item.
On the architectural side, the project was diveded into Services, Routes & Controllers.
Project Details:
- This project was developed in React + Material UI
- axios, to do HTTP request to the backend.
- cloudinary, to handle image uploads.
- sweetalert2, to display some alerts.
Hosting Details:
- The project was deployed on Netlify
npm install - to install the project
npm run start - to run the project localy