Skip to content

TheRandomCrew/Shopeasy

Repository files navigation

Forks Stargazers Issues-open Issues-closed Contributors contributions welcome


Logo

Shopeasy E-Commerce App


🖊️ 🐞 Report a Bug 🙋‍♂️ Request Feature

Live Here! (Work In Progress)

Table of Contents

The Project

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.

Features

Framework Redux

  • 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

Run It

Prerequisites

You will need Node.js version 8.0 or greater installed on your system.

Setup

Get the code by either cloning this repository using git

git clone [email protected]: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
yarn

Then start the app with:

npm run dev
# or
yarn dev

The app should now be up and running at http://localhost:3000 🚀

Authors

meli castorena's Photo

Michgolden Ukeje
Mail photo
Send Email:
[email protected]

Linkedin photo
Connect on Linkedin

Github photo
View Github profile
Israel Laguan's Photo

Israel Laguan
Mail photo
Send Email:
[email protected]


Linkedin photo
Connect on Linkedin

Github photo
View Github profile

Contributing

contributions welcome

🤝 Contributions, issues and feature requests are welcome! Feel free to check the issues page.

Show your support

🤗 Give a ⭐️ if you like this project!

Icons from:

Icons8

License

License

📝 This project is licensed under the MIT
Feel free to fork this project and improve it