A complete React js e-commerce application.
live demo: ecomify-iota.vercel.app/
Made with ❤️ by Dulanjali Senarathna
Ecomify is an e-commerce web application, mainly focused on react js front-end development. I used SASS for styling. Also, Ecomify used Strapi as cms. Strapi is a javascript headless content management system. I integrate the Stripe payment gateway for testing purposes only.
Ecomify has basic e-commerce functionalities such as loading products categories, loading products for each category type, user can view a single item, searching an item, relating items loading for a single item, adding to a cart, removing from a cart, updating subtotal when adding or removing items, checkout page, empty cart screen, update cart time count, etc.
- React
- React Redux
- Strapi CMS
- React icons
- Stripe
- More...
- Basic ReactJs knowledge
- Basic HTML, SCSS knowledge
After getting the project files, you need to go the backend file directory and run
npm install
and after that start the dev server.
npm run develop
After running the backend server, you need to go the client file directory and run
npm install
and after that start the dev server.
npm start
- Favicon: Flaticon.com
- Code Editor: VS Code
basics of html, css, javascript and some basic knowledge of react is enough to start this project. Rest you will learn in the tutorial.
The project is for the people who wanna get more skilled in ReactJs
.
If you have any feedback, please reach out to us at Dulanjali Senarathna
Happy Coding! 🚀