Giter Club home page Giter Club logo

emart-frontend's Introduction

EMart - Single Vendor E-Commerce Platform

GitHub language count GitHub top language Lines of code GitHub repo size

EMart is a online ecommerce tool that helps customers to buy items. Here the customers are not able to sell products. Only one shop can add products to this site. And the users can purchase the products according to their needs. Here the admin user can add the products to the platform using admin dashboard.

This web application was developed using ReactJs and Material UI has used as the component library for the UI elements.

Home page

Screenshot 2022-07-18 at 21 36 38

Admin page

Screenshot 2022-07-18 at 21 41 00

Sign in page

Screenshot 2022-07-18 at 21 40 09

Orders page

Screenshot 2022-07-18 at 21 41 45

Product add edit page for admin

Screenshot 2022-07-18 at 21 42 00

Set up instructions

Requirements needed

  • NodeJS
  • Azure storage account (You can run the web application without this but you cannot upload images to the product)

As all the other node projects you need to run npm i to install the required packages. Then you need to add an .env file in the root of the project which contains the credentials for Azure Storage account. Add the following environmental variables to .env file and change their values accordingly.

REACT_APP_STORAGESASTOKEN="YOUR_STORAGE_ACCESS_TOKEN"
REACT_APP_STORAGERESOURCENAME="YOUR_STORAGE_RESOURCE_NAME"

As well as this web application needs a backend to operate. Without a proper backend you cannot do anything. You can find the repository of the backend of this application by this url. To configure the backend to the web application you need to change a variable value in the src/constants/index.js file at line number 1.

export const HOST_URL = 'YOUR_BACKEND_URL';

emart-frontend's People

Contributors

kaveeshadinamidu avatar sumeelamadusankha avatar chamodmadhusanka avatar yasirulakshan avatar thilinawaks1999 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.