Tasko

Table of contents

General info

An app that allow users to create, edit, delete and manage their tasks.

Tech Stack

This project is created with:

  • REACT
  • HTML
  • CSS
  • JSON Server
  • Vite

Setup

  1. Make sure that nvm and npm are installed globally

  2. Install the correct version of Node running the following command in the root directory

    nvm install
  3. Install the dependencies

    npm install
  4. Retrieve the local data with the help of json-server

    npx json-server --watch data/db.json
  5. Run the app locally

    npm run dev

Open http://localhost:5173/ to view it in the browser.

The page will reload if you make any edits.
You will also see any lint errors in the console.