javascript project ideas
can you all suggest me project ideas that would strengthen/improve etc. my understanding of these methods

9 Replies
implement an api
either a weather api or a pokemon api
it will strengthen the understanding of each of the 8 topics?
and more
maybe not 11.1
but depending on how you implement it, everything else applies
okay
Weather App is a good idea from M Epic. The one I made fetched location from browser navigator (or if not granted permission used a search form + google autocomplete) then api call to convert to coordinates then sent those coors to get weather in that area for the next 7 days; another call to Google Places to get an image of that location to set as a bg inage. Can be simplified down this was just an example of what I did .
Other ideas are a quiz trivia app by using an api like open trivia db
Or Async pagination Fetch data from a paginated API (e.g., JSONPlaceholder). Load more items on scroll using async/await.
Add a "load all" button with parallel fetching.
Chat app, possibly with connection to an AI chat bot
To do list
Anything that fetches data from somewhere then extracts and displays that data in your app.
Open Trivia DB
Free to use, user-contributed trivia questions!
i forgot about the geolocation, which uses callbacks
it fulfills all the boxes and a bit more
but those are awesome ideas too
okay😁
you should have enough ideas to pick a project
i have decided that i will make chat app next ( i made weather api app )
since its gonna be frontend only, im confused what features it is capable of having and not having
what if i try to do something that can not be implemented using frontend only (necessary to have backend)
what are all the essential features a frontend only chatapp can have?
can it be realtime?