Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shitu13/javascript-projects
This repository contains a collection of JavaScript projects that demonstrate a range of skills and concepts, from fundamental programming principles to advanced web development techniques.
https://github.com/shitu13/javascript-projects
asynchronous-programming functional-programming leetcode-javascript
Last synced: 24 days ago
JSON representation
This repository contains a collection of JavaScript projects that demonstrate a range of skills and concepts, from fundamental programming principles to advanced web development techniques.
- Host: GitHub
- URL: https://github.com/shitu13/javascript-projects
- Owner: shitu13
- Created: 2024-06-01T07:27:47.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T09:24:28.000Z (7 months ago)
- Last Synced: 2024-11-20T11:44:55.551Z (3 months ago)
- Topics: asynchronous-programming, functional-programming, leetcode-javascript
- Language: JavaScript
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Projects Repository
Welcome to the JavaScript Projects Repository! This repository contains a collection of projects built using JavaScript, designed to help you learn and master JavaScript development. Each project demonstrates different aspects of JavaScript, ranging from fundamental concepts to advanced techniques.
## Table of Contents
1. [Introduction](#introduction)
2. [Projects](#projects)
3. [Getting Started](#getting-started)
4. [Installation](#installation)
5. [Usage](#usage)
6. [Contributing](#contributing)
7. [License](#license)## Introduction
JavaScript is a versatile and powerful programming language commonly used in web development. This repository includes various projects that cover a wide range of JavaScript features and practices, making it a valuable resource for both beginners and experienced developers.
## Projects
1. **Project 1: [Calculator](https://github.com/shitu13/JavaScript-Projects/tree/main/Calculator)**
- A basic calculator application to demonstrate JavaScript arithmetic operations and DOM manipulation.
2. **Project 2: [Fetch Pokemon](https://github.com/shitu13/JavaScript-Projects/tree/main/Fetch-Pokemon)**
- This Fetch Pokemon app integrates with a third-party API to fetch and display currency data.
3. **Project 3: [Currency Converter](https://github.com/shitu13/JavaScript-Projects/tree/main/CurrencyConverter)**
- This Currency Converter app integrates with a third-party API to fetch and display currency data.
4. **Project 4: [Dice Roller](https://github.com/shitu13/JavaScript-Projects/tree/main/Dice-Roller)**
- A Dice Roller game that uses JavaScript for game logic, animations, and event handling.
5. **Project 5: [LeetCode 30 Days of JS](https://github.com/shitu13/JavaScript-Projects/tree/main/Leetcode-30daysOfJS)**
- Solutions for JavaScript problems on leetcode.## Getting Started
To get started with these projects, you'll need a basic understanding of HTML, CSS, and JavaScript. You can explore each project individually to learn specific concepts and techniques.
## Installation
Clone this repository to your local machine using the following command:
```bash
git clone https://github.com/shitu13/JavaScript-Projects.git