Task Manager

Task manager application built with React, TypeScript and TailwindCSS.

Live Link

See the live project HERE

Getting Started

Here are instructions on setting up this project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

To setup the project locally, you need to have NodeJs and Git installed

Installation

  1. Clone the repo
    git clone https://github.com/ikennaezef/softamos-task-manager.git
  2. Navigate into the project-folder and install NPM packages
    cd softamos-task-manager
    npm install
  3. After the packages have been installed, startup the server
    npm run dev

Open http://localhost:5173 with your browser to see the result.