This is my daily log for the #100DaysOfCode Challenge
Challenge & Commitment
This is part of Alexander Kallaway’s 100DaysOfCode challenge. More details about the challenge can be found here: 100daysofcode.com.
Commitment: I will code daily for the next 100 days.
Code Log
1. Desktop Application with Electron
Day 1: January 23, Wednesday
Project: Electron Weather App
Progress: Completed project!
Thoughts: I had done this project earlier following a YouTube Tutorial. This time I did it from scratch myself.
Also: Re-did JavaScript course challenges and a refresher on JS Basics. Pens linked below.
Link to Work: - JavaScript Tip Calculator, JavaScript Challenge, Another Challenge — CodePen Electron Weather — GitHub
2. A day with Algorithms and Data Structures
Day 2: January 23, Wednesday
Project: FCC JavaScript projects
Progress: Completed project!
Thoughts: Completed the 5 data structures and algorithms projects on freeCodeCamp and claimed my certificate.
Link to Work: - Certificate from freeCodeCamp
3. The cliche Weather App with React
Day 3: January 25, Saturday
Project: React Weather App
Progress: Completed project!
Thoughts: Built a weather app using ReactJS and simply styled it using plain CSS. This was a very good refresher on React.
Link to Work: - Weather App — GitHub
4. React Pictures App
Day 4: January 26, Sunday
Project: React pics
Progress: Completed
Thoughts: Built a small picture rendering app which searches for the user given pictures and fetches them from unsplash api . Also fixed some bugs on my react weather.
Link to Work:- React Pictures App — Codesandbox
5. A buggy day
Day 5: January 27, Monday
Project: React pics and React Weather
Progress: fixed bugs
Thoughts: Added some more functionality and fixed some errors and bugs on the two previously built apps. I think it’s very important to review your code refactor it wherever possible.
Link to Work:- React Pictures App — Codesandbox
6. CRUD operations.
Day 6: January 28, Tuesday
Project: React Songs CRUD app.
Progress: In progress.
Thoughts: Started working on a simple React songs app that lets you create, read, update and destroy a song entry.