hakkisagdic / react-redux-todo-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React redux todo app

Source code for React redux todo app YouTube tutorial. Includes

  • Finished source code
  • Starter code
  • An API

Running the finished code

Clone the repo and run the following:

  • cd final
  • npm install
  • npm start

NOTE: The API must be running in order for the finished code to work as intended. Seee "Running the API" below

Running the starter code

The starter code is located in its own folder. To get it:

  • cd starter
  • npm install
  • npm start

Running the API

The API is a dead basic node.js/express server. Clone the repo and run the following:

  • cd api
  • npm install
  • npm run server
  • check its running by going to browser/postman
localhost:7000/todos

About


Languages

Language:JavaScript 70.1%Language:HTML 24.3%Language:CSS 5.6%