swan28pande / leetcode-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leetcode clone

This is a leetcode clone where users can signup, view problems and submit their solutions

Run Locally

Clone the project

  git clone https://github.com/swan28pande/leetcode-app

Go to the server directory

  cd leetcode-app/server

Install dependencies

  npm install

Start the server

  npm run start

Open new terminal and go to the client directory

  cd leetcode-app/client

Install dependencies

  npm install

Start the client

  npm run start

About


Languages

Language:JavaScript 83.6%Language:CSS 13.2%Language:HTML 3.3%