Welcome to the HTML CSS Projects repository! This repository hosts a collection of web applications and games developed using HTML, CSS, and sometimes JavaScript. Each project demonstrates different functionalities and utilizes APIs for fetching data or enhancing user interaction.
-
Weather App with OpenWeather API
- A web application that displays current weather information using the OpenWeather API.
- Users can input a location to view details such as temperature, humidity, and weather conditions.
-
Image Search App with Unsplash API
- An image search application powered by the Unsplash API.
- Users can search for images based on keywords and browse through a grid of relevant photos.
-
Rock Paper Scissors Game
- Classic game implemented with HTML, CSS, and JavaScript.
- Players can play against the computer and see the outcome of each round.
-
Etch-a-Sketch
- Interactive drawing tool inspired by the Etch-a-Sketch toy.
- Users can draw using their cursor on a canvas and clear the canvas to start over.
-
Tic Tac Toe Game
- Two-player tic-tac-toe game built using HTML, CSS, and JavaScript.
- Players take turns marking X or O on a grid until one player wins or the game ends in a draw.
-
Resume Site
- Personal resume website showcasing skills, experience, and projects.
- Sections include About Me, Skills, Work Experience, Education, and Projects.
-
Calculator App
- Basic calculator web application developed with HTML, CSS, and JavaScript.
- Users can perform arithmetic operations (addition, subtraction, multiplication, division).
To run any of these projects locally:
- Clone the Repository
git clone https://github.com/your-username/html-css-projects.git cd html-css-project