/complete-react-tutorial

A repository to store every file that i'll be creating along the React & Redux course from The Net Ninja.

Primary LanguageJavaScriptMIT LicenseMIT

React & Redux

A repository to store every file that i'll be creating along the React & Redux course from The Net Ninja.

There is two simple applications so far:

  • todoapp (A todo list we've made to understand react components structure.)

  • poketimes (Single page application we've made to understand how 'react-router-dom' works.)

To test these applications, open the directory of any of them in bash and run:

npm install && npm start


"In this complete React tutorial series, we'll cover all the basics of React, from the ground up, right through to creating full SPA's using Create React App, the React Router (v4) and Redux."

You can find this tutorial here: Complete React Tutorial - The Net Ninja