🖊️
🐞
Report a Bug
🙋♂️
Request Feature
Live Here! (Work In Progress)
- Live Here! (Work In Progress)
- The Project
- Features
- Run It
- Authors
- Contributing
- Show your support
- License
E-Commerce solution. The website displays products. Users can add and remove products to/from their cart while also specifying the quantity of each item.
This is the early design for the web app.
- Using Next.js
- No Style Framework, only pure CSS
- Async Isomorphic Fetch
- Redux and Redux Toolkit. The Redux Toolkit is intended to be the standard way to write Redux logic (create actions and reducers, setup the store with some default middlewares like redux devtools extension).
- Mobile Optimized
You will need Node.js version 8.0 or greater installed on your system.
Get the code by either cloning this repository using git
git clone git@github.com:Israel-Laguan/Shopeasy.git... or downloading source code as a zip archive.
Once downloaded, open the terminal in the project directory, and install dependencies with:
npm install
# or
yarnThen start the app with:
npm run dev
# or
yarn devThe app should now be up and running at http://localhost:3000 🚀
Michgolden Ukeje |
Send Email: ukejemichgolden@yahoo.com Connect on Linkedin View Github profile |
|---|---|
Israel Laguan |
Send Email: israellaguan@gmail.com Connect on Linkedin View Github profile |
🤝 Contributions, issues and feature requests are welcome! Feel free to check the issues page.
🤗 Give a ⭐️ if you like this project!
Icons from:
📝 This project is licensed under the MIT
Feel free to fork this project and improve it