Skip to content

This repository contains simple web development projects and games aimed at beginners.

Notifications You must be signed in to change notification settings

afreenpoly/Games-Project

Repository files navigation

Simple Web Development Projects

This repository contains a collection of simple web development projects created using Html ,CSS, Flask, Express, and JavaScript.

Calculator

The Calculator project is a simple calculator application that can perform basic arithmetic operations such as addition, subtraction, multiplication, and division.

Dice Game

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.

Drum Kit

The Drum Kit project is a fun interactive web application that lets users play different drum sounds by clicking on images of drums.

Guessing Game

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.

Higher Lower

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.

Rock Paper Scissors

The Rock Paper Scissors project is a simple game that lets users play the classic Rock Paper Scissors game against the computer.

Simon Game

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.

To-Do List

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.

Weather API

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.

Conclusion

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!