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

https://github.com/amolpalwe2002/javascript-projects


https://github.com/amolpalwe2002/javascript-projects

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# JavaScript Learning Projects

Welcome to my JavaScript Learning Projects repository! 🎉

While learning JavaScript, I chose to work on practical projects to accelerate my learning and gain hands-on experience. This repository contains a collection of fun and interactive projects that I built during my learning journey. Each project demonstrates a different aspect of JavaScript and is a great way to see my progress.

## Table of Contents

- [About](#about)
- [Projects](#projects)
- [1. Calculator](#1-calculator)
- [2. Counter Program](#2-counter-program)
- [3. Digital Clock](#3-digital-clock)
- [4. Rock-Paper-Scissors Game](#4-rock-paper-scissors-game)
- [5. Roll the Dice](#5-roll-the-dice)
- [6. Stop Watch](#6-stop-watch)
- [7. Temperature Converter](#7-temperature-converter)
- [How to Run](#how-to-run)

## About

This repository is a collection of projects that I built while learning JavaScript. Each project is designed to tackle different concepts and challenges, providing a comprehensive understanding of JavaScript fundamentals through practical application.

## Projects

### 1. [Calculator](https://666191768052cb08dbf71f10--sprightly-custard-82f7a6.netlify.app/)

A simple yet functional calculator that can perform basic arithmetic operations.

### 2. [Counter Program](https://666192d7ea79f10c631f0934--rad-marigold-d799fa.netlify.app/)

A counter application that allows users to increment, decrement, and reset the counter.

### 3. [Digital Clock](https://6661933e8cf0940c855b8ca6--fabulous-brioche-9f305c.netlify.app/)

A real-time digital clock that displays the current time with hours, minutes, and seconds.

### 4.[Rock-Paper-Scissors Game](https://666193742b81d20f0717bce9--fluffy-marshmallow-787083.netlify.app/)

A classic rock-paper-scissors game where you can play against the computer.

### 5. [Roll the Dice](https://666194121a835b0941c2d9ac--fascinating-axolotl-220f6f.netlify.app/)

A dice rolling simulator that generates random dice rolls.

### 6. [Stop Watch](https://666194344831950dff40ce6e--playful-pony-8e6999.netlify.app/)

A stopwatch application with start, stop, and reset functionalities.

### 7. [Temperature Converter](https://66619470151c730c593a79b1--chimerical-hotteok-651fe0.netlify.app/)

A temperature converter that converts between Celsius and Fahrenheit.

## How to Run

1. Clone this repository to your local machine using:
```bash
git clone https://github.com/your-username/js-learning-projects.git
```

2. Navigate to the project directory:
```bash
cd Javascript-Projects/
```

3. Open the `index.html` file of the project you want to run in your preferred web browser.

Thank you for checking out my JavaScript learning projects! I hope you find them helpful and inspiring. Happy coding! 🚀