An open API service indexing awesome lists of open source software.

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

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
```