Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 905 Bytes

README.md

File metadata and controls

52 lines (36 loc) · 905 Bytes

Edvora Assessment

A simple web page built with React.js as a fulfillment to Edvora's Internship hiring process.

How to run?

  1. Make sure you downloaded Node.js

  2. Clone the code

    git clone https://github.com/abdullahalshawafi/Edvora.git
    
    cd Edvora
  3. Install the required packages

    npm install
  4. Start the development server

    npm start
  5. Open the browser at http://localhost:3000 to see the webpage

Preview

Preview 1

Preview 2

Files Structure

src
├───assets
└───components
    ├───Card
    ├───Dropdown
    ├───Filters
    ├───Main
    │   └───services
    ├───Products
    └───Slider