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.
- Host: GitHub
- URL: https://github.com/augusta08/50-projects-50-days
- Owner: Augusta08
- License: mit
- Created: 2025-09-16T00:41:53.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-16T01:40:08.000Z (10 months ago)
- Last Synced: 2025-09-16T03:30:10.811Z (10 months ago)
- Language: CSS
- Size: 2.55 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`).