Skip to content

SumLama/ReactProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Login Page in React

This project is a simple and functional login page created using React and TypeScript. It includes fields for entering a username and password, a "Login" button to submit the user credentials, and validation for both fields. The application communicates with an API endpoint to authenticate user credentials. On successful authentication, users are redirected to a welcome page. If the credentials are incorrect or if there are errors, appropriate messages are displayed to the user.

Installation

Ensure node.js and npm are installed already.

Step 1: Clone the Repository

step 2 : Change project directory

  • cd task

Step 3: Install all the Dependencies

  • npm install

Step 4: Start the Development Server

  • npm start or
  • yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published