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

https://github.com/safo-samson/shopping-list

A vanilla JavaScript (JS) app which was built primarily to gain insight with JS before moving to JS frameworks like react and angular. The main concepts grasped from this mini project was array methods, localStorage, clean code, DOM manipulations, and Event Handling.
https://github.com/safo-samson/shopping-list

arraymethods dom-manipulation localstrorage

Last synced: 11 months ago
JSON representation

A vanilla JavaScript (JS) app which was built primarily to gain insight with JS before moving to JS frameworks like react and angular. The main concepts grasped from this mini project was array methods, localStorage, clean code, DOM manipulations, and Event Handling.

Awesome Lists containing this project

README

          

# shopping-list
A vanilla JavaScript (JS) app which was built primarily to gain insight with JS before moving to JS frameworks like react and angular.
The main concepts grasped from this mini project was array methods, localStorage, clean code, DOM manipulations, and Event Handling.