Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesusgraterol/sign-up-form-top
This website implements a basic Sign Up Form for a fake company and it is the submission for The Odin Project: Sign-up Form.
https://github.com/jesusgraterol/sign-up-form-top
theodinproject theodinproject-nodejs theodinprojectfoundations
Last synced: about 2 months ago
JSON representation
This website implements a basic Sign Up Form for a fake company and it is the submission for The Odin Project: Sign-up Form.
- Host: GitHub
- URL: https://github.com/jesusgraterol/sign-up-form-top
- Owner: jesusgraterol
- Created: 2023-09-22T12:41:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-30T13:37:09.000Z (about 1 year ago)
- Last Synced: 2023-11-30T14:35:57.755Z (about 1 year ago)
- Topics: theodinproject, theodinproject-nodejs, theodinprojectfoundations
- Language: CSS
- Homepage: https://jesusgraterol.github.io/sign-up-form-top/
- Size: 872 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sign Up Form
![Sign Up Form](./readme-assets/screenshot-01.png)
This website implements a basic Sign Up Form for a fake company and it is the submission for [The Odin Project: Sign-up Form](https://www.theodinproject.com/lessons/node-path-intermediate-html-and-css-sign-up-form). The key features are:
- Modern Layout & Input Elements
- Cross-Platform Compatibility## Live Demo
[Sign Up Form](https://jesusgraterol.github.io/sign-up-form-top/)
## Getting Started
### Requirements
- GIT
- Python ^v3### Installation
1) Clone the repository
```bash
git clone [email protected]:jesusgraterol/sign-up-form-top.git
```## Usage
1) Run a local server with:
```bash
python3 -m http.server
```2) Access the app through: [http://localhost:8000/](http://localhost:8000/)
## Build Process
N/A
## Deployment
Deploys to **Github Pages** automatically when commits are pushed into the `main` branch.
## Built With
- HTML5
- CSS3
- JavaScript## Running the Tests
```bash
# Unit Tests
N/A# Integration Tests
N/A# E2E Tests
N/A
```## @TODO
N/A
## License
[MIT](https://choosealicense.com/licenses/mit/)
## Acknowledgments
- [Google Fonts](https://fonts.google.com/icons)
- [Unsplash: @alex_andrews](https://unsplash.com/@alex_andrews)