├── MIT.md
├── README.md
├── assets
└── logo.png
├── index.html
├── script.js
└── style.css
/MIT.md:
--------------------------------------------------------------------------------
1 | ## Copyright 2023, [Julio Quezada]
2 |
3 | ###### Form Validator
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy of this Form Validator and associated documentation files, to deal in the Form Validator without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Form Validator, and to permit persons to whom the Form Validator is furnished to do so, subject to the following conditions:
6 |
7 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Form Validator.
8 |
9 | THE FORM VALIDATOR IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE FORM VALIDATOR OR THE USE OR OTHER DEALINGS IN THE FORM VALIDATOR.
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
Form Validator
8 |
9 |
10 |
11 |
12 |
13 | # 📗 Table of Contents
14 |
15 | - [📗 Table of Contents](#-table-of-contents)
16 | - [📖 Form Validator ](#-form-validator-)
17 | - [🛠 Built With ](#-built-with-)
18 | - [Tech Stack ](#tech-stack-)
19 | - [Key Features ](#key-features-)
20 | - [🚀 Live Demo ](#-live-demo-)
21 | - [💻 Getting Started ](#-getting-started-)
22 | - [Prerequisites](#prerequisites)
23 | - [Setup](#setup)
24 | - [Install](#install)
25 | - [Usage](#usage)
26 | - [Run tests](#run-tests)
27 | - [Deployment](#deployment)
28 | - [👥 Authors ](#-authors-)
29 | - [🔭 Future Features ](#-future-features-)
30 | - [🤝 Contributing ](#-contributing-)
31 | - [⭐️ Show your support ](#️-show-your-support-)
32 | - [🙏 Acknowledgments ](#-acknowledgments-)
33 | - [❓ FAQ ](#-faq-)
34 | - [📝 License ](#-license-)
35 |
36 |
37 |
38 | # 📖 Form Validator
39 |
40 | Form Validator is a website that uses JavaScript to save data in the local storage, allows you to calculate the number of seats/price, it shows the occupied seats and the selected ones. It has a simple interfaces as it was only created to practice DOM manipulation.
41 |
42 | ## 🛠 Built With
43 |
44 | ### Tech Stack
45 |
46 |
47 | Frontend
48 |
73 |
74 |
75 |
76 | ## 💻 Getting Started
77 |
78 |
79 | To get a local copy up and running, follow these steps.
80 |
81 | ### Prerequisites
82 |
83 | In order to run this project you need:
84 |
85 | - Only a web browser.
86 |
87 | ### Setup
88 |
89 | Clone this repository to your desired folder:
90 |
91 | - Open the terminal and use the following command:
92 |
93 | ```
94 | cd my-folder
95 | git clone https://github.com/Alejandroq12/form-validator.git
96 | ```
97 |
98 |
99 | ### Install
100 |
101 | Install this project with:
102 |
103 | For this project you just need a web browser.
104 |
105 | ### Usage
106 |
107 | To run the project, execute the following command:
108 |
109 | For this project you just need to open the index.html file with your browser.
110 |
111 | ### Run tests
112 |
113 | No tests were added to this project.
114 |
115 |
116 | ### Deployment
117 |
118 | You can deploy this project using:
119 |
120 | You can deploy this project using: GitHub Pages,
121 | - I used GitHub Pages to deploy my website.
122 | - For more information about publishing sources, see "[About GitHub pages](https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#publishing-sources-for-github-pages-sites)".
123 |
124 |
165 |
166 |
167 |
168 | ## 🙏 Acknowledgments
169 |
170 | I would like to thank Traversy Media for his amazing content and his amazing learning platform.
171 |
172 |