Skip to content

ialtafshaikh/react-forms-todo-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login Page Form Submission

The application UI makes use of the backend endpoints created during node.js training session. The endpoints provides a login and signup functionality.

Features

  • login page to login into system using node auth backend
  • signup page to register user into the system
  • logout to terminate the user session.
  • react app is hosted on Vercel
  • all auth login is implemented on node auth server running on heroku

Getting Started with Create React App

This project was bootstrapped with Create React App.

Downloading and Running this Project Locally

  1. clone the repository
git clone https://github.com/ialtafshaikh/react-forms-todo-frontend.git
  1. change directory to cd react-forms-todo-frontend

  2. run command npm i to install all dependencies

  3. now to run the app run the below command:

npm run start

Available Scripts

In the project directory, you can run:

npm start

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

The page will reload if you make edits.
You will 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.

Learn More

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

Live Demo of this Project

Live Working

Author

altaf shaikh

License

This project is licensed under the MIT License - see the LICENSE.md file for details