Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.04 KB

React Applications

Table of Contents

About

This repository is dedicated to learning and practicing with React by creating various projects. Many of them are part of the FCC curriculum while others are just personal side project ideas. Each project will include a README.md file with information regarding the code (some will include Medium articles with further details about the project) as well as links to live demos. If you're interested in coding these projects yourself, feel free to fork this repo!

Contributing

Contribute

License

Build Tools

Frontend

  • React.js
  • Webpack
  • Babel.js
  • ESLint (Airbnb rules)
  • SCSS

Backend

  • Node.js (v9+)
  • NPM
  • Express
  • ESLint (Airbnb rules)

Contributors