Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mushkir/form-input-with-localstorage


https://github.com/mushkir/form-input-with-localstorage

Last synced: 3 days ago
JSON representation

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)