https://github.com/divyanshu-rawat/a-basic-react.js-project
A basic react.js project made leveraging component lifecycle of react.js
https://github.com/divyanshu-rawat/a-basic-react.js-project
basics component lifecycle-hooks react react-dom
Last synced: about 1 year ago
JSON representation
A basic react.js project made leveraging component lifecycle of react.js
- Host: GitHub
- URL: https://github.com/divyanshu-rawat/a-basic-react.js-project
- Owner: divyanshu-rawat
- Created: 2017-05-25T16:29:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T15:15:08.000Z (almost 9 years ago)
- Last Synced: 2025-02-15T01:41:22.309Z (over 1 year ago)
- Topics: basics, component, lifecycle-hooks, react, react-dom
- Language: JavaScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
##
[](https://gitter.im/divyanshu001)
[](https://www.codementor.io/divyanshurawat?utm_source=github&utm_medium=button&utm_term=divyanshurawat&utm_campaign=github)
[](https://twitter.com/r46956)
[](#)
[](http://www.divyanshurawat.in)
[](https://saythanks.io/to/divyanshu-rawat)
[](https://travis-ci.org/divyanshu-rawat/JS-Testing)
[](https://www.npmjs.com/package/npm)
##
#### Description
* Built an Application that leverages react basics like component lifecycle in react.js.
##
#### Installation Instructions :grey_exclamation:
* Clone or download the repo. into any fresh temporary folder.
* Cd into that root folder you just cloned locally.
* Open terminal in the current folder and to install all dependencies type
```javascript
npm install
```
* Now typing
```javascript
npm start
```
* will start a server !
##
#### Package Manager Used (NPM)
* NPM is the default package manager for the JavaScript runtime environment Node.js.
##
#### Package.json (dependencies)
* For dependencies refer Package.json.
##
### Contributing
1. Create your **_branch_**: `git checkout -b my-new-feature`
2. **_Commit_** your changes: `git commit -m 'Add some feature'`
3. **_Push_** to the branch: `git push origin my-new-feature`
4. Send a **Pull Request**
5. **_Enjoy!_**
##
#### Examples
