/task-tracker-app

Task Tracker App made using React and JSON-server for our mock backend.

Primary LanguageJavaScript

Task Tracker App

Task Tracker App made using React and JSON-server for our mock backend.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd Keeper-App
  • npm install

Running / Development

Run React dev server (http://localhost:3000)

npm start

Run the JSON server (http://localhost:5000)

npm run server