Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New to 100 days of code #565

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions log.md

This file was deleted.

20 changes: 15 additions & 5 deletions r1-log.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# #100DaysOfCode Log - Round 1 - [Your Name Here]
# #100DaysOfCode
# Round 1 - LOG

The log of my #100DaysOfCode challenge. Started on [July 17, Monday, 2017].

## Log
## Name: Marvin Ogot
## Date started: May 20, Monday, 2024

### R1D1
Started a Weather App. Worked on the draft layout of the app, struggled with OpenWeather API http://www.example.com
Switched from flask-login to jwt-manager to enable local data storage and cookies for use with #react front end.
<br>
Link: https://github.com/marv0/farmart-ecommerce

### R1D2
Redefined animal models which in turn modified animal table to hold images.
<br>
Link: https://github.com/marv0/farmart-ecommerce

### R1D3
Had a few recursion bugs when fetching data on my order routes. Refined my models (how I implemented SerializerMixin) and manually excluded fields that were causing recursion errors.
<br>
Link: https://github.com/marv0/farmart-ecommerce
2 changes: 1 addition & 1 deletion rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
### *I will code for at least an hour every day for the next 100 days.*

#### Start Date
June 25th, 2016. [PUT YOUR DATE HERE]
May 20th, 2024.

## Additional Rules
1. I will tweet about my progress every day -> using the hashtag #100DaysOfCode
Expand Down