diff --git a/docs/README.md b/docs/README.md index a0e88e8..60258cf 100644 --- a/docs/README.md +++ b/docs/README.md @@ -19,9 +19,15 @@ By participating, you are expected to uphold this code. Please report unacceptab [Green Open Social](http://greensocial.herokuapp.com) +## Required Knowledge + +I recommend that you get to know React before using React Social Network. React Social Network has built by React components, so understanding how React fits into web development is important. + +(If you're not familiar with the concept of Single Page Applications (SPAs), head over to the [here](https://www.codeschool.com/beginners-guide-to-web-development/single-page-applications) for a quick introduction before you read on. + ## Document - [React Social Network Document](https://qolzam.gitbooks.io/react-social-network/) + Use [Documentation](https://qolzam.gitbooks.io/react-social-network/) to findout more details about this project. ## Features @@ -85,6 +91,13 @@ and then install the package `$ npm install --global node-gyp` +## Contribute + +[React Social Network](http://greensocial.herokuapp.com/) has made by love. I planed to build a back-end for this project and improve the perfomance as I process all procedures on the fron-end side. If you'd like to help, +check out the [document](https://qolzam.gitbooks.io/react-social-network/). +I'd greatly appreciate any [contribution](https://github.com/Qolzam/react-social-network/blob/master/CONTRIBUTING.md) +you make. :) + # Authors - Amir Movahedi diff --git a/docs/motivation.md b/docs/motivation.md index 19d43b6..81b42a1 100644 --- a/docs/motivation.md +++ b/docs/motivation.md @@ -1,3 +1,3 @@ # Motivation -As my target in this project, I've intended to make a social network with features of new and powerful web technologies such as [React](https://facebook.github.io/react/). As my principles I [don't use jquery](https://www.quora.com/Should-I-use-React-with-jQuery) so it's a good a challenge for me to think in React structure and principles. And another feature that I love in react is `Component-Based`. I use this cool feature to have a [loosely coupled](https://en.wikipedia.org/wiki/Loose_coupling) system. Similar angular components these components are also [stateful](https://toddmotto.com/stateful-stateless-components). Using [Redux]() makes everything more delicious that you make your components more loosely coupled. More and more of these cool features have motivated me to use them in this project. \ No newline at end of file +As my target in this project, I've intended to make a social network with features of new and powerful web technologies such as [React](https://facebook.github.io/react/). As my principles I [don't use jquery](https://www.quora.com/Should-I-use-React-with-jQuery) so it's a good a challenge for me to think in React structure and principles. And another feature that I love in react that is `Component-Based`. I use this cool feature to have a [loosely coupled](https://en.wikipedia.org/wiki/Loose_coupling) system. Similar angular components these components are also [stateful](https://toddmotto.com/stateful-stateless-components). Using [Redux]() makes everything more delicious that you make your components more loosely coupled. More and more of these cool features have motivated me to use them in this project. \ No newline at end of file