Day 5
What's one project you wish every beginner developer built?
I'm trying to build projects that actually improve my skills instead of just filling a portfolio.
Drop your recommendations plsπ
#100DaysOfCode#BuildInPublic#JavaScript#WebDevelopment
Day 4/100
Built a GitHub Profile Finder using the GitHub API.
I know it's nothing crazy, but it felt like a good project to practice as a beginner.
Practiced:
β’ Fetch API
β’ Async/Await
β’ Error handling
β’ DOM manipulation
#100DaysOfCode#JavaScript#WebDevelopment
Day 3/100
Starting my Node.js journey today.
I've built a few frontend projects, and now it's time to learn what happens behind the scenes. Excited to dive into APIs, servers, and databases.
If you've any tips, I'd genuinely appreciate the guidance.
#100DaysOfCode#JavaScript
Day 2/100 π
Today's progress:
- Practiced Promises
- Learned more about async/await
- Explored the Fetch API in more depth
- Worked through a few JavaScript exercises
#100DaysOfCode#JavaScript#WebDev
Day 1/100 π
Built a Random Movie Picker using HTML, CSS & JavaScript.
Learned how to work with the OMDb API using fetch() and async/await, while keeping the app from recommending the same movie twice.
GitHub: https://t.co/oN2VMhYlO1
#100DaysOfCode#JavaScript#WebDev