Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/merv-e/registration-form
https://github.com/merv-e/registration-form
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/merv-e/registration-form
- Owner: merv-e
- Created: 2023-05-25T14:56:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-07T14:42:41.000Z (over 1 year ago)
- Last Synced: 2024-11-07T01:12:39.146Z (2 months 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.
![First Page](./src/assets/images/1.jpg)
---------------------------------
## 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
```