Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pradipchaudhary/100-javascript-projects
Explore a curated collection of 100 practical JavaScript projects to sharpen your skills from beginner to advanced levels.
https://github.com/pradipchaudhary/100-javascript-projects
api beginner-project cod es6 html5 javascript js learning projects vanilla-js
Last synced: 2 days ago
JSON representation
Explore a curated collection of 100 practical JavaScript projects to sharpen your skills from beginner to advanced levels.
- Host: GitHub
- URL: https://github.com/pradipchaudhary/100-javascript-projects
- Owner: pradipchaudhary
- License: mit
- Created: 2023-04-20T11:10:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-11T19:10:44.000Z (3 days ago)
- Last Synced: 2024-11-11T19:22:34.167Z (3 days ago)
- Topics: api, beginner-project, cod, es6, html5, javascript, js, learning, projects, vanilla-js
- Language: JavaScript
- Homepage: https://100jsproject.vercel.app/
- Size: 17.4 MB
- Stars: 64
- Watchers: 3
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![GitHub issues](https://img.shields.io/github/issues/pradipchaudhary/100-js-projects)](https://github.com/pradipchaudhary/100-js-projects/issues)
[![GitHub forks](https://img.shields.io/github/forks/pradipchaudhary/100-js-projects)](https://github.com/pradipchaudhary/100-js-projects/network)
[![GitHub stars](https://img.shields.io/github/stars/pradipchaudhary/100-js-projects)](https://github.com/pradipchaudhary/100-js-projects/stargazers)
[![GitHub license](https://img.shields.io/github/license/pradipchaudhary/100-js-projects)](https://github.com/pradipchaudhary/100-js-projects/blob/main/LICENSE)Welcome to the **[100 JavaScript Projects](https://100jsproject.vercel.app/)** repository!
![JavaScript Projects](./screen.png)
This curated collection is designed specifically for beginner to intermediate JavaScript developers eager to enhance their skills through hands-on projects. Whether you're just embarking on your JavaScript journey or aiming to deepen your expertise, this repository offers a diverse array of real-world projects to challenge and inspire you.
Explore, build, and master JavaScript with practical, engaging projects that cover various aspects of development. Each project is crafted to help you understand and apply fundamental concepts while pushing the boundaries of your coding capabilities.
**_Start building today and take your JavaScript skills to the next level!_**
---
## π About
Inside this repository, you'll find **100 unique JavaScript projects** ranging from beginner-friendly exercises to more complex, real-world applications. Each project is thoughtfully crafted to focus on different aspects of JavaScript, helping you become proficient in:
- πΌοΈ **DOM Manipulation**
- π **ES6+ Features**
- π **API Integration**
- 𧩠**Data Structures & Algorithms**
- π― **Event Handling**
- β³ **Asynchronous JavaScript** (Promises, Async/Await)
- πΎ **Browser Storage** (LocalStorage, SessionStorage)
- ...and **so much more**!Each project targets a specific JavaScript concept, so whether you're polishing up on async code or practicing DOM manipulation, there's something here for everyone.
---
## π‘ Why Build Projects?
Building projects is hands down the **best** way to learn JavaScript. Hereβs why:
- β **Strengthen your knowledge** of core JavaScript concepts by applying them.
- β **Master real-world coding** by organizing, structuring, and debugging your own code.
- β **Boost your problem-solving skills** as you tackle project-specific challenges.
- β **Gain the confidence** to start building your own applications from scratch!By working through these projects, youβre not just learning β youβre **creating**, **problem-solving**, and **growing** as a developer.
---
## π οΈ How to Use
1. Clone this repository:
```bash
git clone https://github.com/pradipchaudhary/100-js-projects.git
```2. Navigate to the project folder:
```bash
cd 100-js-projects
```3. Each project is stored in its own directory with its own README file for instructions. Simply open the `index.html` file in a browser to view the project or open the project folder in your code editor to start coding.
---
## π Project List
Hereβs a quick overview of some of the projects included in this repository:
| # | Project | Link |
| --- | ---------------------- | ------------------------------------------------------------------------------------------------- |
| 01 | To-Do List App | [View Code](https://github.com/pradipchaudhary/100-js-projects/tree/master/01-To-Do%20List%20App) |
| 02 | Simple Calculator | [View Code](https://github.com/pradipchaudhary/100-js-projects/simple-calculator) |
| 03 | Digital Clock | [View Code](https://github.com/pradipchaudhary/100-js-projects/digital-clock) |
| 04 | Tip Calculator | [View Code](https://github.com/pradipchaudhary/100-js-projects/tip-calculator) |
| 05 | Temperature Converter | [View Code](https://github.com/pradipchaudhary/100-js-projects/temperature-converter) |
| 06 | Random Quote Generator | [View Code](https://github.com/pradipchaudhary/100-js-projects/random-quote-generator) |
| ... | ... | ... |Feel free to explore the [complete list of projects here](https://github.com/pradipchaudhary/100-js-projects).
---
## π¨βπ» Technologies Used
- **JavaScript** β Core language used in all projects
- **HTML5** β For structuring web pages
- **CSS3** β For basic styling (some projects)
- **APIs** β Integrated in some projects for real-time data---
## π Getting Started
To get started, simply pick a project from the list above, follow the instructions in its respective directory, and begin coding. Each project has a **README** with instructions, goals, and sometimes additional resources to guide you through the process.
---
## π€ Contributions
Contributions are welcome! If you'd like to contribute:
1. Fork the repository.
2. Create your feature branch: `git checkout -b feature/your-feature`.
3. Commit your changes: `git commit -m 'Add some feature'`.
4. Push to the branch: `git push origin feature/your-feature`.
5. Open a pull request.---
## π License
This repository is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.
---
## π§ Contact
Feel free to reach out if you have any questions or feedback!
- **GitHub**: [pradipchaudhary](https://github.com/pradipchaudhary)
- **Email**: [[email protected]](mailto:[email protected])---
**Happy Coding! π**