Freshmeals website is basically an ecommerce project built with Tailwind framework. The website allows people to checkout out and buy organic products which bring good meals and have better healthy. The project is fully responsive design and friendly mobile/tablet.
This project allows us to build and focus on working on a team. Almost features are built by using react-router v6.4
👉 demo: https://freshmeals-reactjs.web.app/
This project was made using the follow technologies:
- Homepage
- Signup/Signin
- Userprofile
- Product filtering
- Shopping cart & check out form
- Singe product
- Quick view product
- Shop grid/list view
- Pagination, search & validation Form
- Blog sidebar
- About & Contact page
- 404 page & Coming soon page
To get started you can simply clone this ecommerce-demo
repository and install the dependencies.
Clone the freshmeals-app-reactjs
repository using git:
git clone https://github.com/fenewbie/freshmeals-app-reactjs
cd freshmeals-app-reactjs
npm install
npm run start