Skip to content

furkananter/JiTodo-Task-Manager

Repository files navigation

JiTodo Task Manager

TR:

JiTodo bir görev yöneticisidir. Responsive Tasarımıyla her cihazda kullanmaya uygun bir To-do List uygulamasıdır.

Kullanılan Teknolojiler

✅ React
✅ TailwindCSS
✅ TypeScript
✅ React-Icons
✅ Vercel (Deployment)
...

Demo

https://jitodo-typescript.vercel.app/

Özellikler

  • Açık/koyu mod geçişi
  • Canlı ön izleme
  • Responsive Glass Tasarım

Projenin Çalıştırılması

Bu projeyi çalıştırmak için aşağıdaki adımları takip edin.

  1. Projeyi klonladıktan sonra;
  npm install
  1. Localhost'ta çalıştırmak için;
  npm start
  1. TailwindCSS'i çalıştırmak için;
  npm run watch
 npm run watch komutunu
 ikinci bir terminal ekranı açarak
 çalıştırmalısınız.

ENG

JiTodo is a task manager. It is a To-do List application suitable for use on any device with its Responsive Design.

Used technologies

✅ React
✅ TailwindCSS
✅ TypeScript
✅ React-Icons
✅ Vercel (Deployment)
...

Features

  • Light/Dark mode
  • Responsive Glass Design

Project Install

You need to follow these instructors to start the project.

  1. After cloning the project;
  npm install
  1. For running on Localhost;
  npm start
  1. For running TailwindCSS;
  npm run watch
!Important!
 You must run the npm run watch command
 within a separate terminal page.