Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1000 Bytes

File metadata and controls

27 lines (18 loc) · 1000 Bytes

fishtask Management

A repository for task list management (command line app & web app).

fishtask images dashboard

Requirement

Please use nodejs version 13++ to run this web application.

Get started

  1. Clone the repository
  2. Switch to the project directory
  3. Run npm install (This will install dependency what you need)
  4. Run npm start (This will run the app in development mode)
  5. Open http://localhost:3000 to view it in the browser.

Note : that the page will reload if you make edits and you will also see any lint errors in the console.

Dependency

  1. material-ui/core and material-ui/icons
  2. notistack
  3. pouchy-store
  4. prop-types
  5. react-router-dom