https://github.com/stephenikuomola/sign-up-form
Building user sign up form
https://github.com/stephenikuomola/sign-up-form
css html javascript parcel
Last synced: 26 days ago
JSON representation
Building user sign up form
- Host: GitHub
- URL: https://github.com/stephenikuomola/sign-up-form
- Owner: stephenikuomola
- Created: 2023-05-07T19:24:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T03:47:45.000Z (over 2 years ago)
- Last Synced: 2025-10-29T03:35:35.050Z (7 months ago)
- Topics: css, html, javascript, parcel
- Language: CSS
- Homepage:
- Size: 464 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple User Sign Up Form
A simple sign-up form where users can register to learn how to code by watching others,
Responsive for all devices using HTML, CSS and JavaScript.
➥ Live Demo
## Demo Screenshot

Design Preview
## Prerequisites
Before you begin, please ensure you have met the following requirements:
- [Git](https://git-scm.com/) must be installed in your operating system.
- [Node](https://nodejs.org/en) must be installed in your operating system.
## Run Locally
To run this project locally, run this command on your git bash/terminal.
**Linus and MacOs**
```bash
sudo git clone https://github.com/stephenikuomola/sign-up-form.git
npm install
npm run start
```
**Windows**
```bash
git clone https://github.com/stephenikuomola/sign-up-form.git
npm install
npm run start
```
## Contact
If you do wish to contact me, feel free to reach out to me on [Twitter](https://twitter.com/stephenikuomola), [LinkedIn](https://www.linkedin.com/in/ikuomola-stephen/) and [Frontend Mentor](https://www.frontendmentor.io/profile/stephenikuomola).
## Licenses
This project is free to use and does not contain any license.