Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pawlovskiii/form-application
In this project I focused on learning the concept and main mechanics within form handling. Which consists of receiving data, checking their correctness and adequate security. In order to manipulate them in certain way using JavaScript.
https://github.com/pawlovskiii/form-application
babel es6 events forms webpack
Last synced: 29 days ago
JSON representation
In this project I focused on learning the concept and main mechanics within form handling. Which consists of receiving data, checking their correctness and adequate security. In order to manipulate them in certain way using JavaScript.
- Host: GitHub
- URL: https://github.com/pawlovskiii/form-application
- Owner: pawlovskiii
- Created: 2021-10-19T12:37:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-09T15:17:12.000Z (about 3 years ago)
- Last Synced: 2024-11-11T19:28:47.494Z (3 months ago)
- Topics: babel, es6, events, forms, webpack
- Language: JavaScript
- Homepage: https://pawlovskiii.github.io/form-application/
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Form-Application
See the live version of [Form-Application](https://pawlovskiii.github.io/form-application/).
In this project I focused on learning the concept and main mechanics within form handling. Which consists of receiving data, checking their correctness and adequate security. In order to manipulate them in certain way using JavaScript.
Application doesn't operate with JavaScript in Github Pages, because it uses Webpack. Due to that user needs to install project manually with the instructions below. After that user can check the functionality of the project by selecting example.csv file and uploading it to the website.
**Main features**:
- Forms
- Events
- ES6+
- Webpack & Babel## 💡 Technologies
![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)## 💿 Installation
To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone https://pawlovskiii.github.io/form-application/# Go into the repository
$ cd form-application# Install dependencies
$ npm install# Run the app
$ npm start
```## 🙋♂️ Feel free to contact me
Find me on [LinkedIn](https://www.linkedin.com/in/jakub-paw%C5%82owski-921b74216/) :)
## 👏 Thanks / Special thanks / Credits
Thanks to my [Mentor - devmentor.pl](https://devmentor.pl/) - for providing me with this task and for code review.