Skip to content

developeratul/devr-commerce

Repository files navigation

DevR Commerce

DevR-Commerce is a simple E-Commerce store created with Next.Js using the CommerceJs back-end. It has basic E-Commerce features since it's has been recently published. It will have more useful features in future.

⏩ Quick Start

git clone git@github.com:developeratul/devr-commerce.git
cd devr-commerce
yarn
cp .env.example .env.local # please change the credentials

Then run

yarn dev

🧑‍💻 Technologies used

  • MUI - for designing the front-end
  • React-Hot-Toast - for toast notifications
  • nextjs-progressbar - for slim progressbars
  • @mui/icons-material - for icons
  • Dracula - the theme used in the app

That's it!

⚒️ Upcoming features

  • Promo Code to get discount on checkouts
  • A separate product page where all the products will be shown and they can be filtered and searched
  • Separate page for each products
  • Variant selection for products

🐛 Fixes to be done

  • Making the cart page responsive
  • Speed optimization

🛡️ License

This project is under MIT license

👨‍💻 Author