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

Updated Readme #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
28 changes: 22 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
# Full Stack Web Developer Path
This is a guide to learn full-stack web development. It is focused on full-stack JavaScript. It covers all the way from the fundamentals to React and Node. <br>
The idea behind this repo is, to have a place to log the learning process in an organized way. <br><br>
This can be used as a companion to [FreeCodeCamp](https://www.freecodecamp.org/) curriculum
<h1 align="center">
<br>
<a href="https://github.com/shovanch/fullstack-web-developer-path"><img src="https://user-images.githubusercontent.com/6176598/47601944-00e4a700-d9f5-11e8-9820-82386ef4b0ca.jpg" alt="Full Stack Web Developer Path" width="170"></a>
<br>
<br>
  Full Stack Web Developer Path
  <br>
</h1>

------
<p align="center">🎮 This is a guide to learn full-stack web development. It is focused on full-stack JavaScript. It covers all the way from the fundamentals to React and Node. </p>
<p align="center">The idea behind this repo is, to have a place to log the learning process in an organized way.</p>
<p align="center">This can be used as a companion to <a href="https://www.freecodecamp.org/" rel="nofollow">FreeCodeCamp</a> curriculum.</p>

<p align="center">
  <a href="http://makeapullrequest.com">
    <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="PRs Welcome">
  </a>
    <a href="https://opensource.org/licenses/MIT">
    <img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square" alt="Licence MIT">
  </a>
</p>

## [Coding log](log.md)

Expand Down Expand Up @@ -90,7 +105,8 @@ This can be used as a companion to [FreeCodeCamp](https://www.freecodecamp.org/)
## Notes
* This is a template. You can customize it, add or remove courses as per your choices.
* If you like this repo and find it useful, please consider ★ starring it (on top right of the page) :)
* If you have any questions, feel free to ask me on twitter : **[Shovan Chatterjee](https://twitter.com/shovan_ch)** [![Twitter Follow](https://img.shields.io/twitter/follow/shovan_ch.svg?style=flat-square&label=Follow%20@shovan_ch)](https://twitter.com/intent/follow?screen_name=shovan_ch)

<p><em><g-emoji class="g-emoji" alias="wave" fallback-src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f44b.png"><img class="emoji" alt="wave" height="20" width="20" src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f44b.png"></g-emoji> Follow Shovan on Twitter</em> — <a href="https://twitter.com/intent/follow?screen_name=shovan_ch" rel="nofollow"><img src="https://camo.githubusercontent.com/885de3dbd946bdb660c7a98479f4d018facaafa5/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f73686f76616e5f63682e7376673f7374796c653d666c61742d737175617265266c6162656c3d466f6c6c6f772532304073686f76616e5f6368" alt="Twitter Follow" data-canonical-src="https://img.shields.io/twitter/follow/shovan_ch.svg?style=flat-square&amp;label=Follow%20@shovan_ch" style="max-width:100%;"></a></p>

## Attribution
Inspired by [p1xt guides](https://github.com/P1xt/p1xt-guides), [My journey to becoming a web developer from scratch without a CS degree (and what I learned from it)](https://medium.freecodecamp.com/my-journey-to-becoming-a-web-developer-from-scratch-without-a-cs-degree-2-years-later-and-what-i-4a7fd2ff5503)