Welcome to my collection of small JavaScript projects! This repository contains a variety of front-end applications to help you learn and practice JavaScript. These projects are simple yet effective for honing your skills, including a weather app, notes app, and more.
- Weather App: Displays real-time weather information based on user input using a weather API.
- Age Calculator: The Age Calculator is a simple web-based tool that allows users to calculate their exact age based on their birthdate.
- Others: A collection of small interactive projects to demonstrate JavaScript concepts.
- Simple front-end web apps using only HTML, CSS, and JavaScript.
- Easy-to-understand code structure for beginners.
- Interactive and fun projects to practice JavaScript skills.
- No back-end or database required (purely front-end).
To get started with any of the projects, follow these simple steps:
First, clone this repository to your local machine:
git clone https://github.com/harshhere905/Javascript-Projects.git
Use the terminal (or file explorer) to navigate to the folder of the specific project you want to run. For example, to go to the weather app project:
cd weather-app
Once inside the project folder, open the index.html file in your browser. You can do this by:
Double-clicking the index.html file, or Right-clicking the index.html file and selecting Open with to choose your preferred browser.
These projects are front-end only, meaning no backend setup or additional installations are required. You can start experimenting with the code right away.
If you’d like to contribute to this repository, feel free to do so..
This repository is open-source and available under the MIT License. You are free to use, modify, and distribute the projects, but please provide attribution and include the license in your work.
- see the LICENSE file for details.