Welcome to the Mini Market repository! This project is an online grocery shopping platform that allows users to browse and purchase products directly from their device. We hope you enjoy using our application and we appreciate any feedback or suggestions you may have. Thanks for visiting our repository!
The application is built using JavaScript, React, and deployed with Vercel . The database is powered by Firebase, which provides real-time updates for a seamless shopping experience.
For the payment processing, we use Stripe API in the test environment. Therefore, please use the following test card information when testing the purchase feature:
- Card number: 4242 4242 4242 4242
- Expiration date: Any date greater than today
- CVC: 3 digits (any number)
For more information on how to use Stripe JS in React, please refer to the following documentation: Stripe JS
- Download this application.
- Unzip the application.
- Move into the folder and run the command git init.
- Install dependencies with npm install.
- git add and git commit your changes.
- Run the development server with npm start.
API https://react-projetcs.firebaseio.com/
- GET - /products - All the producs
- GET - products/:id - product details, nutrition and storage
- Add Redux Toolkit
To get started, please make sure to run the command npm install
and npm start
to start the development server. Then, you can begin browsing and purchasing products from the application.