https://github.com/merv-e/registration-form
https://github.com/merv-e/registration-form
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/merv-e/registration-form
- Owner: merv-e
- Created: 2023-05-25T14:56:22.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-07T14:42:41.000Z (almost 3 years ago)
- Last Synced: 2025-02-17T21:46:32.604Z (over 1 year ago)
- Language: JavaScript
- Size: 231 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Registration Form
My purpose is to create a visually appealling yet a simple web app with some basic React functionality.
NOTE: Progress bar that is used in this project is not designed by me.
Here is the page of the app.

---------------------------------
## Installing the project
```
gh repo clone merv-e/registration-form
cd registration-form
npm i
```
## Run the project
`npm start`
### Technologies used in this project:
```
HTML
CSS
JS
React
```