Skip to content

Latest commit

 

History

History
117 lines (46 loc) · 1.26 KB

README.md

File metadata and controls

117 lines (46 loc) · 1.26 KB

Sign Up Form

Sign Up Form

This website implements a basic Sign Up Form for a fake company and it is the submission for The Odin Project: Sign-up Form. The key features are:

  • Modern Layout & Input Elements
  • Cross-Platform Compatibility

Live Demo

Sign Up Form

Getting Started

Requirements

  • GIT
  • Python ^v3

Installation

  1. Clone the repository
git clone [email protected]:jesusgraterol/sign-up-form-top.git

Usage

  1. Run a local server with:
python3 -m http.server
  1. Access the app through: 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

# Unit Tests
N/A

# Integration Tests
N/A

# E2E Tests
N/A

@TODO

N/A

License

MIT

Acknowledgments