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.
In the project directory, you can run:
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.
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.