A simple web page built with React.js as a fulfillment to Edvora's Internship hiring process.
-
Make sure you downloaded Node.js
-
Clone the code
git clone https://github.com/abdullahalshawafi/Edvora.git cd Edvora
-
Install the required packages
npm install
-
Start the development server
npm start
-
Open the browser at http://localhost:3000 to see the webpage
src
├───assets
└───components
├───Card
├───Dropdown
├───Filters
├───Main
│ └───services
├───Products
└───Slider