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)
- Node.js / NPM
- Backend API (Use Json-server) - Look below for installation instructions
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