Kimaye. Brand. Growers of India's finest fruits, we want to make eating fruits a worry-free and delightful experience for you. A Project done during Unit-5 construct week of Masai School
Deployed with NetlifyApp
https://mykimaye.netlify.app/
Clone the project
git clone https://github.com/ribhar/Kimaye.git
Install npm packages
npm install
Run the server
npm start
View in Browser
go to http://localhost:3000
- A user can register his account on the website.
- User can log in using credentials given during registration.
- User can search for various types of items such as Fruits, Vegetables and much more.
- User can filter and sort his/her search on various parameters, i.e. price, type, and many more.
- User can select the Quantity while purchasing any product.
- User can make payments and succcessfully purchase their Fruits.
Click the link to view project: Kimaye
As we never really stop learning, This was our 2nd project using react and 1st with backend and database, and as usual there were a lot of chalenges with the learning we experienced. some of the highlighted learning were:-
- Building Database using mongodb and deployment using Mongo Atlas
- Setting up API requests using Express and Deployment on Heroku
- Algorithm building for users data such as, items in cart, location etc.
- Playing with animation to get desired output
- Using redux to for CRUD operations
- building custom filters
- Using style components for better styling experience