Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.