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.
To get started with TickIt, follow these steps:
- Clone the repository:
git clone https://github.com/jvkousthub/TickIt.git
- Navigate to the project directory:
cd TickIt
- Install the dependencies:
npm install
To start the development server, run:
npm run dev