Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 528 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 528 Bytes

TickIt

TickIt is a task management application designed to help you keep track of your tasks efficiently. This project is built using React and Tailwind CSS.

Installation

To get started with TickIt, follow these steps:

  1. Clone the repository:
    git clone https://github.com/jvkousthub/TickIt.git
  2. Navigate to the project directory:
    cd TickIt
  3. Install the dependencies:
    npm install

Usage

To start the development server, run:

npm run dev