Skip to content

AbdelhamidGamal/Goals-Todos-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goals and Todos App Using React + Redux

The App is currently listening for api @ localhost/4000 to get the data, feel free to use 'json-server' to mimic a backend (json-server was used during this app development)

Prerequisites

  • Node.js / NPM
  • Backend API (Use Json-server) - Look below for installation instructions

Install Project (Backend + FrontEnd)

  • git clone https://github.com/3b7ameed/Goals-Todos-App
  • npm install -g json-server
  • cd Goals-Todos-App/backEnd
  • json-server -p 4000 data.json
  • cd ..
  • npm install
  • npm start

About

Goals and Todos App Using React + Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published