Task List Application

A Task list application frontend created in React & TypeScript.

Demo

Demo

Run Locally

Clone the project

  git clone https://github.com/SamHoque/typescript-tasklist

Go to the project directory

  cd typescript-tasklist

Install dependencies

  npm install

You may need to install graphql

  npm install -g graphql

Start the server

  npm run start

Related

You can find the backend code here

Task List Backend

Authors