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

https://github.com/timhagn/fcc-felc

freeCodeCamp Front End Libraries Certification - Projects
https://github.com/timhagn/fcc-felc

Last synced: about 2 months ago
JSON representation

freeCodeCamp Front End Libraries Certification - Projects

Awesome Lists containing this project

README

        

# freeCodeCamp - Front End Libraries Certification
## Projects
Here you may find my finished Projects for the freeCodeCamp
Front End Libraries Certification.

I used React/Redux as well as React together with the Context API.
You can see try projects visiting my [CodePen](https://codepen.io/timhagn/#)
Profile.

## Initializing
After you cloned this repo, having the dist folder,
the Projects should run out of the box.
If you wish to work with the files, you have to run an
```npm install``` first, or ```yarn install``` as you please.

To let babel compile your code into the dist folder, enter:
```npm run watch``` or ```yarn run watch```.