Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 678 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 678 Bytes

Login-Page-in-React

Here is a simple login signup page created in ReactJs.

Screenshot from 2024-01-08 22-40-24

This can be completed further. You can make changes if you want and create a pull request so that I can add your code :)

How to run the program:

First, install the required modules for the following react application to run by running the command:

   npm i

It will install all the necessary modules required to run your project.

Now to run the project run the following command in the terminal:

   npm start