Skip to content

Commit fe5b707

Browse files
committed
Merge pull request javascript-society#28 from ericdouglas/master
Add "project based" section
2 parents fc248ad + acc5b57 commit fe5b707

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

README.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
1. [Essential Path](#essential-path)
1111
1. [Additional Resources](#additional-resources)
12-
1. [How to use this list](#how-to-use-this-list)
12+
1. [How to Use This List](#how-to-use-this-list)
13+
1. [Project Based](#project-based)
1314
1. [Contributing](#contributing)
1415

1516
## Essential Path
@@ -76,14 +77,33 @@ Books | Price | Release
7677
:-- | :--: | :--:
7778
[High Performance JavaScript](http://shop.oreilly.com/product/9780596802806.do) | :moneybag: | March 2010
7879

79-
## How to use this list
80+
## How to Use This List
8081

8182
Start with the first book of the [Essential Path](#essential-path), and after finish it, read the next one. Repeat this process until you finish all books from the Essential Path.
8283

8384
After you complete the Essential Path, you should keep studying! Just choose one book that is listed in our [Additional Resources](#additional-resources) section. You don't need to read those books in such section in order, you should pick the one that you are most interested! :smile:
8485

8586
**PROTIP**: try to **create** and **deploy** at least one practical project after you finish each book.
8687

88+
## Project Based
89+
90+
In order to show for everyone that you successfully finished a book, you should create a new project.
91+
92+
> "What does it mean?"
93+
94+
After finish a book, you should think about a **real world** problem that you can solve using the acquired knowledge in such book. You don't need to create a big project, but you must create something to **validate** and **consolidate** your knowledge, and also to show to the world that you are capable to create something useful with the concepts that you learned.
95+
96+
The projects of all students will be listed in our [JavaScript Projects](https://github.com/javascript-society/javascript-projects) repository. Submit a pull request with your project's information after you start/conclude it.
97+
98+
You can create this project alone or with colleagues!
99+
100+
### Project Suggestions
101+
102+
- [JavaScript Projects](https://github.com/javascript-society/javascript-projects): List of projects related with the JavaScript Path.
103+
- [FreeCodeCamp](http://www.freecodecamp.com/): Course that teaches you fullstack JavaScript development through a bunch of projects.
104+
- [Projects](https://github.com/karan/Projects): A list of practical projects that anyone can solve in any programming language.
105+
- [app-specs](https://github.com/ericdouglas/app-specs): A curated list of applications specifications and implementations to practice new technologies, improve your portfolio and sharpen your skills.
106+
87107
## Contributing
88108

89-
See our contributing guideline [here](CONTRIBUTING.md)!
109+
See our contributing guidelines [here](CONTRIBUTING.md)!

0 commit comments

Comments
 (0)