An open API service indexing awesome lists of open source software.

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

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/) |