https://github.com/alitahir4024/data-collecting-project
This project is simple data collection project and to practise JS local storage skills
https://github.com/alitahir4024/data-collecting-project
data-collection html-css-javascript localstorage
Last synced: 3 months ago
JSON representation
This project is simple data collection project and to practise JS local storage skills
- Host: GitHub
- URL: https://github.com/alitahir4024/data-collecting-project
- Owner: alitahir4024
- License: mit
- Created: 2020-04-26T10:20:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-27T07:50:22.000Z (about 5 years ago)
- Last Synced: 2025-09-11T19:48:18.592Z (10 months ago)
- Topics: data-collection, html-css-javascript, localstorage
- Language: HTML
- Homepage: https://alitahir4024.github.io/Data-collecting-project/
- Size: 34.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Database-project
This project is simple data collection project and to practise JS local storage skills.
### Developed with:
* HTML.
* JS (mostly).
### Silent Features:
* Data is stored in the Local Storage of the browser.
* Unlimited amount of data can be stored.
* Data is not lost when the tab is closed or refreshed.
* Users can also search their data.
### Important JS functions and methods:
* Local Storage: (https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage).
* array filer: (https://www.w3schools.com/jsref/jsref_filter.asp).
### Project Preview:

[Data Collecting Preview](https://alitahir4024.github.io/Data-collecting-project/)