Daraz Landing Page

It is UI Clone of Daraz an ecommerce platform. It is for the people who want to get reference of developing UI using React, CSS, Consuming Rest Api and Developing backend with Database.

Demo

https://daraz-clone.vercel.app/

Screenshots

App Screenshot App Screenshot App Screenshot App Screenshot

Technology

  1. React Js
  2. Node JS
  3. Mongodb

Run Locally

Clone the project

  git clone https://github.com/sarojdahal8848/daraz-landing-page.git

Go to the project directory

  cd daraz-landing-page

Go to the Client directory

  cd client

Install dependencies (For Client)

  npm install

Start the server

  npm start

Go to the Server directory

  cd server

Install dependencies (For Server)

  npm install

Start the server

  npm start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file (inside server directory)

PORT

NODE_ENV

DB_URI

Author