An open API service indexing awesome lists of open source software.

https://github.com/yash1th-yerra/javascript-projects


https://github.com/yash1th-yerra/javascript-projects

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# JavaScript Projects

This repository contains various projects developed while learning JavaScript. Each project also includes HTML and CSS for a complete web experience. The projects showcase different functionalities and applications using JavaScript.

## Projects

### 1. API Weather
A weather application that retrieves weather information using a weather API. This project demonstrates how to make API requests and handle data to provide real-time weather updates.

- **Features:**
- Fetches weather data from an external API.
- Displays current weather conditions based on user input.
- Styled with HTML and CSS.

### 2. Fighting Game
An interactive fighting game where two players (Hulk and Thanos) battle against each other. The game allows players to attack and heal, simulating a fight until one player wins.

- **Features:**
- Player vs. Player fighting mechanics.
- Attack and healing functionalities.
- Game state management including win/loss conditions.
- Includes animations and sound effects.

### 3. Guess The Letter Game
A simple game where the user has to guess a randomly chosen letter. The game provides feedback on whether the guess was correct or not and keeps track of the number of attempts.

- **Features:**
- Random letter generation.
- User input for guessing letters.
- Feedback on correct/incorrect guesses.
- Styled with HTML and CSS.

### 4. Netflix Game
A game inspired by Netflix, where users interact with a simulated Netflix interface. The project demonstrates basic game mechanics and interactive elements.

- **Features:**
- Simulated Netflix browsing experience.
- Interactive elements and game logic.
- Styled to resemble Netflix's UI.

## Technologies Used

- JavaScript
- HTML
- CSS

## Installation

To run these projects locally, follow these steps:

1. Clone the repository:
```bash
git clone https://github.com/yash1th-yerra/JavaScript-Projects.git
Navigate to the project directory:

```
cd your-repository-name
```
Open the index.html file in your browser to view the projects.

Usage:
For each project, open the respective index.html file to interact with the application.
Make sure you have an internet connection if the project relies on external APIs.
Contributing
Feel free to fork this repository and submit pull requests with improvements or bug fixes. Contributions are welcome!