Skip to content

React Frontend SAP - Task Manager Frontend React APP

Notifications You must be signed in to change notification settings

hsk11/todo-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager App

Author

Twitter Follow Linkedin: Harpal Singh GitHub followers

Features

  • Register User
  • Login User
  • Create Tasks
  • Update Tasks
  • Delete Tasks
  • Search Tasks by Name, Status, and Description
  • Auto Search when Enter Key is Pressed
  • Logout
  • Auto Input Focus when Updating Tasks
  • Confirmation Before Deleting Tasks
  • Responsive Design, Mobile First
  • Auto Redirect If Not Login
  • Auto Redirect To tasks if already Logged in
  • 404 Page

Note

  • We can use cookies for better secutity to store token. Or in Memory . For this project we used local Storage

Kindly Make Sure Backend is Up Before Starting The App

In the project directory, you can run:

'npm i' - for installation (one time)

CD in to project Folder

  npm install

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.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

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.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can't go back!