https://github.com/mindninjax/100daysofcode
A GitHub Repo for my #100DaysOfCode challenge projects
https://github.com/mindninjax/100daysofcode
100daysofcode webdevelopment
Last synced: 2 months ago
JSON representation
A GitHub Repo for my #100DaysOfCode challenge projects
- Host: GitHub
- URL: https://github.com/mindninjax/100daysofcode
- Owner: mindninjaX
- Created: 2021-02-16T09:00:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-25T16:17:02.000Z (almost 5 years ago)
- Last Synced: 2025-03-29T22:13:40.629Z (9 months ago)
- Topics: 100daysofcode, webdevelopment
- Language: HTML
- Homepage: https://www.100daysofcode.com/
- Size: 1.34 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 100DaysOfCode
## Introduction
Me and my brother [Suraj Vishwakarma](https://github.com/surajondev) have taken challenge of 100DaysofCode to code each and every day.
## What we are learning and developing?
We are learning Web Development from Beginners to Mastery level. We both are quite comfortable with development to intermediate level but
we have started to learn from very basic to understand each and every inside of Web Development.
# Journal
| Day | What we learnt | Project Link |
|:---:|:--------------------------------------------------------------------------:|:---------------------------------------:|
| 1 | Basics of Internet
History of Web Development
HTML | [Simple Portfolio](https://100daysofcode-day1.netlify.app/) |
| 2 | CSS Properties
CSS Selectors
Box Model
Difference between px, em & rem | [Spotify Dashboard](https://100daysofcode-day2.netlify.app/) |
| 3 | Responsive Websites
CSS Flexbox
CSS Transition & Transform | [Meme Gallery](https://100daysofcode-day3.netlify.app/)
[Robot Friend](https://100daysofcode-day3-robot.netlify.app/) |
| 4 | Bootstrap
Using website templates
Mailchimp Implementation
Deploying on GitHub Pages | [Adventure Blog](https://100daysofcode-day4.netlify.app/) |
| 5 | CSS Grid
CSS Layout | [Emoji Grid](https://100daysofcode-day5.netlify.app/) |
| 6 | Developer Fundamentals
Basics of JavaScript | [Fahrenheit - Celsius Converter](https://100daysofcode-day6.netlify.app/) |
| 7 | More JavaScript | [Random Quote Generator](https://100daysofcode-day7.netlify.app/) |
| 8 - 9 | DOM Manipulation | [To Do App](https://100daysofcode-day8-9.netlify.app/) |