/TaskManagerRt

Task manager - React exercise

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Overview

Task manager application implemented for React training. Maintains task list grouped by projects.

Features:

  • pure React application, no additional libs
  • client-side storage
  • uniqueness validation
  • CSS influenced by Material UI

Setup

Run:

npm install

Running locally

Command to run the application:

npm start

Deploying to server

Can be deployed to GitHub pages.

Use:

npm run deploy

Versioning

To increase version number run (make sure there are no uncommited changes in the code):

npm version patch