https://github.com/antoncoding/react-projects-manager
React for Beginners
https://github.com/antoncoding/react-projects-manager
Last synced: 11 months ago
JSON representation
React for Beginners
- Host: GitHub
- URL: https://github.com/antoncoding/react-projects-manager
- Owner: antoncoding
- Created: 2018-05-31T12:19:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-11T10:47:32.000Z (over 7 years ago)
- Last Synced: 2025-02-08T07:25:22.132Z (about 1 year ago)
- Language: JavaScript
- Size: 158 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## REACT - Anton's Project Manager
> A ReactJS App that helps you manage your projects!
The project was create with `create-react-app`, following the instructions from [React JS Crash Course](https://www.youtube.com/watch?v=A71aqufiNtQ) on YouTube. You can find the instructor's source code from this repository, I think it's an amazing tutorial to start learning React:
https://github.com/bradtraversy/projectmanager.
I'm just having fun playing around with `ReactJS`. Everyone is welcomed to clone it for further modification or turn it into more detailed tutorial.
### Packages
1. `create-react-app`: for creating the project template
```
npm install create-react-app
```
2. `uuid`: Generate Id
```
npm install --save uuid
```
3. `Prop-types`
```
npm install --save prop-types
```
4. `jquery`
### Start
```
npm start
```