Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 501 Bytes

File metadata and controls

19 lines (14 loc) · 501 Bytes

Installation steps

  1. Clone this repository git clone https://github.com/Prakharsvnit/knovator.git
  2. Change directory cd knovator
  3. Install dependencies npm install
  4. Run the app npm start
  5. The app starts working on localhost:3000

Technologies used

  1. ReactJS
  2. Redux-toolkit
  3. Material UI

Improvements possible

  1. Better way of giving custom styles.
  2. Handling complex state logic in stopwatch.js file.
  3. Create separate folder containing all handler functions.