Skip to content
Awais Mohammad edited this page Jan 8, 2024 · 2 revisions

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