Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mushkir/form-input-with-localstorage
https://github.com/mushkir/form-input-with-localstorage
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mushkir/form-input-with-localstorage
- Owner: Mushkir
- Created: 2023-12-28T11:02:20.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-29T20:31:38.000Z (about 1 year ago)
- Last Synced: 2023-12-30T12:58:18.860Z (about 1 year ago)
- Language: HTML
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Form Input with LocalStorage
User need to enter details and it need to store on LocalStorage and show the details in next page.
### Storyline
1. Get products data input from the user.
2. Save that product data in the client browser.
3. Display that product data in table form.
4. Make CRUD operations functionality!### Screenshots
> Will be updated shortly!
### TODOs:
- [ ] Form validation
- [ ] Save it to LocalStorage (Storage Options)
- [ ] Other CRUD Operations## Validation rules
1. Client
- Native browser validation
- External Javascript Libraries to validate your form.2. Server
- Code validation on server
3. Database
- Columns validation.
### License: MIT (Do whatever, you want!)
### Acknowledgment:
- [Anbuselvan Rocky](https://fb.me/anburocky3)