Annapurna0311 / UpBid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Online auction website front-end

OverView:

Online Auction website is a Live Bidding platform built on ReactJS, where users can bid for any Products. This provides user to add his product along with the images , Once the Product get Approval from Admin , user can provide Date and Time for the Bidding Event to occur, User can bid live on other Products available for Bidding, The code in this repository covers front end of this project.

Quick Start

Clone

Clone this repo to your local machine using https://github.com/UttamAdha96/Online-Auction-website.git

Dependencies and installation

    - Install server dependencies
    npm install
    • Front End axios

      npm install --save axios

      react

      npm create-react-app

      react-router-dom

      npm install --save react-router-dom

      socket.io-client

      npm i socket.io-client

      redux

      npm i redux

      react-redux

      npm i react-redux

      moment

      npm i moment

      material-ui/core

      npm i @material-ui/core

      material-ui/icons

      npm i @material-ui/icons

      material-table

      npm i material-table

      material-ui-pickers

      npm i material-ui-pickers
    • Run React from root

    npm run start

1) Home page

Screenshot 2023-12-24 153138 Screenshot 2023-12-24 160147 image image

2) Live Auction page

Screenshot 2023-12-24 160103 image

4) Log in page

image

About


Languages

Language:JavaScript 65.9%Language:CSS 30.6%Language:HTML 3.5%