/ecommerce

An app that allows customers to browse and purchase items from an online store.

Primary LanguageJavaScript

📗 Table of Contents

Online Shop

In this web application, users are able to see all the product in the shop and check their details.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • Display a list of of Products
  • Click to see more details about a produc
  • Click the back to products page

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

Install nodejs

Setup

Clone this repository to your desired folder:

git clone https://github.com/SekoViper/ecommerce.git

Install

Install this project with:

cd ecommerce
npm install

Usage

To run the project, execute the following command:

npm start

Run tests

To run tests, run the following command:

  npm test
  
  <p>if you you happen to get this error => react script is not recognized as an internal or external command, operable program or batch file run the command below </p>

  npm install react-scripts --save

Deployment

You can deploy this project using:

  1. Render
  2. AWS
  3. Cpannel

(back to top)

👥 Authors

👤 Seko Dameh

(back to top)

🔭 Future Features

  • Filter filter
  • Add dark and light mode

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ If you like this project...

(back to top)

🙏 Acknowledgments

  • I would like to thank Microverse for the project inspiration.
  • I would also like to thank Sakwa Nelson for the original design idea.

(back to top)

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)