Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibrahimalsabr/gameon
https://github.com/ibrahimalsabr/gameon
css dom dom-manipulation form form-validation html javascript js
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ibrahimalsabr/gameon
- Owner: IbrahimAlsabr
- Created: 2024-05-22T16:29:57.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-17T06:52:28.000Z (7 months ago)
- Last Synced: 2024-06-17T07:55:45.296Z (7 months ago)
- Topics: css, dom, dom-manipulation, form, form-validation, html, javascript, js
- Language: HTML
- Homepage: https://ibrahimalsabr.github.io/GameOn/
- Size: 374 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project: Registration Form Front-End Completion
## Introduction
This project aims to complete the front-end development of a registration form for a contest website. The initial structure and styling were created by Jason, but he couldn't finish the JavaScript functionality before leaving for a new position. My task was to pick up where Jason left off and complete the necessary JavaScript to make the form fully functional.
## Project Overview
### Features
- Simplified homepage and registration form based on user feedback.
- Completed HTML structure and CSS styling for the homepage and registration form modal.
- JavaScript functionality for form validation and submission.### Repository
The code for this project is hosted on GitHub. Please ensure you fork the repository before working on it.
## Setup and Installation
1. **Fork the Repository**:
- Go to the [GitHub repository](https://github.com/IbrahimAlsabr/GameOn) and fork the project to your own GitHub account.
2. **Clone the Repository**:
- Clone the forked repository to your local machine using the following command:
```sh
git clone [email protected]:/GameOn.git
```
- Replace `` with your GitHub username.3. **Navigate to the Project Directory**:
```sh
cd GameOn
```
4. **Open the Project**:
Open the `index.html` file in your browser to view the homepage and the registration form modal.