This repository contains projects built using JavaScript aimed to get a better understanding of vanilla JS and its frameworks.
- Mini Projects
- π¨ Color Flipper β A simple app that changes the background color on button click using random colors.
- π Palindrome Checker β Check if a given string is a palindrome using string manipulation techniques.
- π Random Quote Generator β Generate random quotes with a button click.
- β±οΈ Stopwatch β A functional stopwatch with start, stop, and reset buttons.
- β Todo List β A dynamic task manager with add, delete, and complete task features.
- π₯ Recipe Finder - A web app that uses Spoonacular API to fetch recipes based on user's input.
- π€ Trivia Quiz App - A web app that uses Open Trivia Database API to fetch trivia questions based on category selected.
- Explore JavaScript more deeply and expand knowledge in:
- π οΈ Node.js β Server-side JavaScript.
- π§βπ» TypeScript β Strongly typed JavaScript for scalable applications.
- βοΈ React.js β A JavaScript library for building UIs.