Caulicons / task-time

This project is one task timer to lets you organize your day better.

Home Page:https://task-time.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

preview project

📌 Task Time.

This project is one task timer to lets you organize your day better. See the site

💻 Technics and Technologies.

The technics and technologies utils in this project are:

  • Vite: To start empty project and use HMR for more speed and performance in development.
  • TypeScript: To add type on code, and have sanity working with JavaScript.
  • React: To created painless interactive UIs.
  • Tailwind CSS: To styles the component in a flexible way
  • Recoil: To manage state in React.
  • Recoil nexus: To manage state in React outside of components.

▶️ Running the project

After downloading the project the way you prefer (git clone, SSH or simple download), you can run the project using the package manager that you like most. I will used Yarn to explain.

In the project directory on te terminal:

To install all dependencies:

yarn install

To run the project

yarn dev 

To build the project

yarn build

About

This project is one task timer to lets you organize your day better.

https://task-time.vercel.app


Languages

Language:TypeScript 93.4%Language:JavaScript 2.5%Language:CSS 2.4%Language:HTML 1.7%