Skip to content

This is a simple and beginner-friendly To-Do List App built with just HTML, CSS, and JavaScript. It helps you manage daily tasks by allowing you to add, edit, delete, and mark them as completed. Part of a 10-project series to practice core web development skills.

Notifications You must be signed in to change notification settings

vishal-git-dot/03-simple-web-projects-html-css-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

🌦️ 03 - Simple Web Projects: Weather App (HTML, CSS, JavaScript)

HTML CSS JavaScript

This is the third project in the Simple Web Projects series — a clean and functional Weather App built using HTML, CSS, and vanilla JavaScript with Fetch API.


✨ Features

  • Search any city and display live weather
  • Shows temperature, condition, and weather icon
  • Toggle between Celsius and Fahrenheit
  • Animated moving clouds and gentle rain
  • Responsive and aesthetic layout

📸 Screenshots

Default View

screenshot default

Weather Display

screenshot weather


🚀 Getting Started

  1. Clone this repository

    git clone https://github.com/vishal-git-dot/03-simple-web-projects-html-css-js.git
  2. Navigate to the folder

    cd 03-weather-app-html-css-js
  3. Replace the API Key

    Open script.js and replace this line:

    const apiKey = 'YOUR_API_KEY_HERE';

    with your actual key from OpenWeatherMap.

  4. Open index.html in your browser


🧠 JavaScript Concepts Used

Concept Description
fetch() Access real-time data from OpenWeatherMap
async/await Handle asynchronous API calls
try...catch Error handling for invalid city names
DOM manipulation Update temperature, condition, icon
toggle state Switch between Celsius and Fahrenheit
setTimeout, @keyframes Animate clouds and rain

📚 Upcoming Projects in This Series

# Project Name Skills Features
✅ 01 To-Do List App DOM manipulation, event handling, localStorage Add, edit, delete tasks; mark as completed
✅ 02 Calculator JavaScript logic, CSS grid Basic arithmetic operations, responsive layout
✅ 03 Weather App Fetch API, JSON, async/await Search city, display temperature and weather
🔜 04 Digital Clock Date object, setInterval Live time update, dark/light mode
🔜 05 Quiz App Event listeners, arrays, conditionals MCQs, score tracker, optional timer
🔜 06 Image Slider/Carousel DOM manipulation, CSS transitions Auto-slide, next/prev, indicators
🔜 07 Portfolio Website Responsive design, layout About, Projects, Contact sections
🔜 08 Typing Speed Test Timers, string comparison, DOM updates Random text, live WPM, accuracy
🔜 09 Notes App localStorage, event handling Add/delete notes, save data across sessions
🔜 10 Rock, Paper, Scissors Random logic, conditionals Play vs. computer, show result, track score

🛠️ Built With

  • HTML5 — semantic markup
  • CSS3 — animations, layout, effects
  • JavaScript — async API, DOM manipulation

🤝 Contributing

Contributions are welcome! Fork the repo, make changes, and open a pull request.

If you found this project helpful, consider giving it a ⭐ on GitHub!


Made with ☁️ + ☔ as part of a self-learning journey.

About

This is a simple and beginner-friendly To-Do List App built with just HTML, CSS, and JavaScript. It helps you manage daily tasks by allowing you to add, edit, delete, and mark them as completed. Part of a 10-project series to practice core web development skills.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published