Go to file
2023-03-04 16:19:07 +05:30
public buttons edited 2022-03-12 21:42:44 +05:30
src added validation in user input 2022-03-13 18:47:02 +05:30
.gitignore Initialize project using Create React App 2022-03-11 13:34:34 +05:30
package-lock.json Merge pull request #1 from Mitanshu21/dependabot/npm_and_yarn/node-forge-1.3.1 2022-04-19 09:59:27 +05:30
package.json gh pages added 2022-03-12 21:25:48 +05:30
README.md Update README.md 2023-03-04 16:19:07 +05:30

Cloning and Running the Application in local

Clone the project into local

Install all the npm packages. Go into the project folder and type the following command to install all npm packages

npm install

In order to run the application Type the following command

npm start

The Application Runs on localhost:3000