This repository contains a collection of simple web development projects created using Html ,CSS, Flask, Express, and JavaScript.
The Calculator project is a simple calculator application that can perform basic arithmetic operations such as addition, subtraction, multiplication, and division.
The Dice Game project is a simple web application that generates a random number every time the webpage is refreshed. The player wins if the number generated is an even number.
The Drum Kit project is a fun interactive web application that lets users play different drum sounds by clicking on images of drums.
The Guessing Game project is a simple game where the user needs to guess a random number generated by the computer before running out of chances.
The Higher Lower project is a simple game where the user needs to guess which of two celebrities has more followers on social media. The user earns points for each correct guess.
The Rock Paper Scissors project is a simple game that lets users play the classic Rock Paper Scissors game against the computer.
The Simon Game project is a web-based version of the classic Simon game. The game consists of a series of colored buttons that light up in a particular sequence that the user must replicate.
The To-Do List project is a simple application built with Node.js and the Express framework. The application allows users to create a list of tasks that they need to complete.
The Weather API project is a simple application that uses the OpenWeather API to display the current weather conditions of a city that the user enters.
These projects are a great way to learn web development concepts and practice your coding skills. Feel free to clone the repository and try them out for yourself!