https://github.com/claudiusayadi/shopping-list-app
This is my first project in Javascript. I took up the language over the weekend and I'm really loving it. Hope to build awesome projects down the road.
https://github.com/claudiusayadi/shopping-list-app
Last synced: 3 months ago
JSON representation
This is my first project in Javascript. I took up the language over the weekend and I'm really loving it. Hope to build awesome projects down the road.
- Host: GitHub
- URL: https://github.com/claudiusayadi/shopping-list-app
- Owner: ClaudiusAyadi
- Created: 2023-04-11T10:05:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T14:14:24.000Z (about 2 years ago)
- Last Synced: 2024-12-31T03:27:55.157Z (5 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Shopping List
This is my first project in Javascript. I took up the language over the weekend and I'm really loving it.
This is a very basic project that allows a user to create a shopping list and stores the list on the user's browser.
So the storage is persistent as long as the user doesn't clear out localStorage. That is when you clear history or cache.
Hope to build awesome projects down the road. Thanks for testing out my first project. I will keep sharing more cool projects as I learn.