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

https://github.com/augusta08/50-projects-50-days

A collection of 50 mini projects built in 50 days to sharpen my HTML, CSS, and JavaScript skills.
https://github.com/augusta08/50-projects-50-days

Last synced: 10 months ago
JSON representation

A collection of 50 mini projects built in 50 days to sharpen my HTML, CSS, and JavaScript skills.

Awesome Lists containing this project

README

          

# 50 Projects in 50 Days

This repository contains 50 small projects built with **HTML, CSS, and JavaScript** as part of the _50 Projects in 50 Days_ challenge.
The goal is to sharpen my frontend development skills by building something new every day.

---

## Projects

1. [Expanding Cards](./01-expanding-cards)
2. [Progress Steps](./02-progress-steps)

_(More projects will be added as I continue the challenge.)_

---

## Tech Stack

- HTML5
- CSS3
- JavaScript (Vanilla)

---

## Notes

Alongside the code, each project folder includes:

- A **README.md** with description, lessons learned, and screenshots.
- Source files (`index.html`, `style.css`, `script.js`).