Stock Flow is an inventory management application that helps businesses to control and manage their warehouse products in real time.
Visit here: https://stockflow-frontend.vercel.app
- User login/signup
- CRUD operations on products
- Product stats
- Beautiful Notification Toasts
- Pagination with react-paginate
Client: React, React-router
Other: Axios, Email.js, React-hot-toast, React-paginate
-
Planning the project
-
Build RESTfull backend (check out backend repo)
-
Test Api's using Postman
-
Deploy Backend
-
Build Frontend
-
Deploy Frontend
I learned a lot about React and its architecture along with the React community and the different third party packages in its ecosystem.This project is a stepping stone for me to understand the process of building full stack applications and dealing with the challanges that arise while doing so.
To run this project, you will need to add the following environment variables to your .env file
VITE_API_URL
VITE_EMAILJS_SERVICE_ID
VITE_EMAILJS_TEMPLATE_ID
VITE_EMAILJS_PUBLIC_KEY
Clone the project
git clone https://github.com/S-jenishPatel/Stockflow-Frontend.git
Go to the project directory
cd my-project
Install dependencies
npm install
Start the dev script
npm run dev
If you have any feedback, please reach out to me at sjenishpatel23@gmail.com