/task-management-ui

Task Manager web app built with React

Primary LanguageJavaScript

Task Management UI

React app deployment pages-build-deployment

It is a ReactJS frontend application to add, view, update, and delete tasks with secure login and register. Users can create an account with email verifications. Log in with a secure username and password. A JWT token will be assigned after successful login. This token will expire in 2 hours or after logout.

Usage Instructions

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

You can override API url with REACT_APP_API_URI environment variable in local development.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Feel free to put a start or raise an issue.