Welcome to the JavaScript Basics Projects repository! This repository contains a collection of basic JavaScript projects to help you learn and practice fundamental concepts.
- Project 1: Simple Todo App
- Project 2: Random Quote Generator
- Project 3: Weather App
- Project 4: Currency Convertor
Description: A straightforward Todo application where users can add, edit, and remove tasks.
Screenshot: Todo App
Instructions and Code: Todo App
Description: Generates random quotes on the click of a button, providing inspiration or motivation.
Screenshot: Random Quote Generator
Instructions and Code: Quote Generator
Description: Retrieves and displays the current weather information based on user input or geolocation.
Screenshot: Weather App
Instructions and Code: Weather App
- Clone the repository:
git clone https://github.com/ruchisingh-dev/javascript-projects.git - Navigate to the specific project directory:
cd project-directory - Open
index.htmlin your browser.
Feel free to explore each project, learn from the source code, and use these projects as a starting point for your JavaScript journey!
If you have any questions or suggestions, feel free to open an issue or contribute to the repository.
Happy coding!