/Progress-Tracker

This application is built using ReactJS

Primary LanguageJavaScript

Test Cases for login: (or can find in data.json file)

    {
        "name": "test1",
        "mail": "test1@gmail.com",
        "password": "pass1"
    },
    
    {
         "name": "test2",
         "mail": "test2@gmail.com",
         "password": "pass2"
     },
     
     {
        "name": "test3",
        "mail": "test3@gmail.com",
        "password": "pass3"
      }

Screenshot from 2020-07-07 17-20-32 Screenshot from 2020-07-07 17-20-35 Screenshot from 2020-07-07 17-21-08 Screenshot from 2020-07-07 17-21-10

To Run on Local computer:

  1. Fork or Clone Repo.
  2. goto directory: cd Progress-Tracker
  3. Prerequisite: NodeJS (sudo apt-get install nodejs -y) and create-react-app (npm install -g create-react-app)
  4. run npm install
  5. Start app: npm start