e-nk / ecommerce-app

EasyShop is designed to provide a convenient and secure way for users to shop for cloth items like hoodies, T-shirts, Jeans etc and accessories like watches online. With our app, users can browse through a wide range of products, add them to their cart, and complete their purchases with ease.

Home Page:https://my-easy-shop.netlify.app/home

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EasyShop

Description

EasyShop is designed to provide a convenient and secure way for users to shop for cloth items like hoodies, T-shirts, Jeans etc and accessories like watches online. With our app, users can browse through a wide range of products, add them to their cart, and complete their purchases with ease.

Link to Deployed project :

Click Me

Technologies Used

  • ReactJS
  • Netlify (for frontend deployement)
  • Render (for backend deployment)
  • Ruby on Rails
  • SQLite3 for the database management

Getting Started

In order for you to use the content on this repo ensure you have the following:

  • A computer that runs on either of the following; (Windows 7+, Linux, Mac OS)
  • nodejs 9.0+

Installation

To use this repo on your machine requires some simple steps

Alternative One

  • Open a terminal / command line interface on your computer

  • Clone the repo by using the following:

      git clone https://github.com/Group-2-Phase4-Project/ecommerce-app.git
    
  • This creates a copy on your local machine for you.

  • Change directory to the repo folder:

      cd ecommerce-app
    
  • (Optional) Open it in Visual Studio Code

      code .
    
  • (Alternate Option) Open it in any editor of your choice.

  • Hurray! You are one step closer to being as intelligent as Einstein.

Alternative Two

  • On the top right corner of this page there is a button labelled Fork.

  • Click on that button to fork the repo to your own account.

  • Take on the process in Alternative One above.

  • Remember to replace your username when cloning.

      git clone https://github.com/your username/ecommerce-app.git
    

Running the application

Running the application is very straight forward. You can use the following steps to run the app.

  • Install required dependencies from npm

    npm install
    
  • Run the application on the browser

    npm start
    

Demo

This app has been deployed and can be opened in the browser using the following url:

Click Me

  • Home

Home

  • Login

Login

  • Products

Products

  • Cart

Cart

Authors

This project was made with ❤️ and ☕ by:

Enock Lagat

Fred Murigi

Diana Maritim

Evalyne Wambui

License

This project is licensed under the MIT License.

About

EasyShop is designed to provide a convenient and secure way for users to shop for cloth items like hoodies, T-shirts, Jeans etc and accessories like watches online. With our app, users can browse through a wide range of products, add them to their cart, and complete their purchases with ease.

https://my-easy-shop.netlify.app/home

License:MIT License


Languages

Language:JavaScript 72.2%Language:CSS 24.2%Language:HTML 3.6%