Skip to content

Commit

Permalink
Complete app logic
Browse files Browse the repository at this point in the history
  • Loading branch information
toduyemi committed Mar 27, 2024
1 parent c58a061 commit 379cb61
Show file tree
Hide file tree
Showing 833 changed files with 739 additions and 154 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

# learning goals

- implement the html template tag to make rendering in vanillaJS less tedious
- practice making api requests to public apis to retrieve data
- build generic data parsing functions
- using promises and async/await along with fetch to do all of the above
- leverage aynchronous data to populate dropdown autocomplete
- implement autocomplete (with external library)
- build program specific fetch wrapper to increase readability and organization
- build a typesafe program with typescript
- learn and implement a data visualization library: chartjs
Expand Down
247 changes: 247 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,18 @@
"author": "",
"license": "ISC",
"dependencies": {
"@algolia/autocomplete-js": "^1.17.0",
"@algolia/autocomplete-theme-classic": "^1.17.0",
"@tarekraafat/autocomplete.js": "^10.2.7",
"algoliasearch": "^4.22.1",
"chart.js": "^4.4.2",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-datalabels": "^2.2.0",
"chartjs-plugin-zoom": "^2.0.1",
"date-fns": "^2.30.0",
"dotenv": "^16.4.4",
"dotenv-webpack": "^8.0.1",
"materialize-css": "^1.0.0-rc.2",
"modern-normalize": "^2.0.0",
"normalize.css": "^8.0.1",
"reset-css": "^5.0.2",
Expand Down
Loading

0 comments on commit 379cb61

Please sign in to comment.