100 proyectos de JavaScript is a large collection of 100 JavaScript projects, each with source code and an accompanying video tutorial, offered entirely for free. The repository is tied to the website javascript100.dev, which presents the projects as a structured learning path so learners can progressively build their skills through practice.Each project lives in its own numbered folder (for example, 01-tinder-swipe), and the README explains how to run them via the VS Code Live Preview extension, making it easy for beginners to get them running without complex tooling. The projects cover a variety of small apps and UI experiments, such as swipe interactions, classic games, typing tests, and more, focusing on vanilla JavaScript with HTML and CSS to reinforce core skills. The contribution section invites the community to fork the repo, implement or improve projects, and open pull requests, turning the collection into a collaborative learning space.
Features
- Collection of 100 JavaScript mini-projects with matching video tutorials
- Each project in its own folder with simple instructions and Live Preview setup
- Focus on vanilla JavaScript, HTML and CSS to strengthen core web fundamentals
- Integrated with javascript100.dev for browsing projects and accessing learning material
- Open to community contributions through forks and pull requests
- Free Spanish-language resource ideal for learning by building many small apps