This is a project where several small JavaScript solutions have been developed to improve and expand my knowledge as a developer.
The projects included here:
Basic Calculator: A basic calculator that can perform mathematical operations.
Contact List: A contact list that uses LocalStorage to store data and keep it persistent in the cache.
Digital Clock: A small clock that displays the day, date, and local time.
Financial App: An app that helps manage your personal budget by recording monthly income and expenses. (Also stored in the cache using LocalStorage.)
Pokedex: Uses the Pokémon API to list and display Pokémon with a user-friendly and attractive design.
Calendar: A simple calendar that displays the current year and its months.