JiTodo bir görev yöneticisidir. Responsive Tasarımıyla her cihazda kullanmaya uygun bir To-do List uygulamasıdır.
✅ React
✅ TailwindCSS
✅ TypeScript
✅ React-Icons
✅ Vercel (Deployment)
...
https://jitodo-typescript.vercel.app/
- Açık/koyu mod geçişi
- Canlı ön izleme
- Responsive Glass Tasarım
Bu projeyi çalıştırmak için aşağıdaki adımları takip edin.
- Projeyi klonladıktan sonra;
npm install
- Localhost'ta çalıştırmak için;
npm start
- 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.
JiTodo is a task manager. It is a To-do List application suitable for use on any device with its Responsive Design.
✅ React
✅ TailwindCSS
✅ TypeScript
✅ React-Icons
✅ Vercel (Deployment)
...
- Light/Dark mode
- Responsive Glass Design
You need to follow these instructors to start the project.
- After cloning the project;
npm install
- For running on Localhost;
npm start
- For running TailwindCSS;
npm run watch
!Important!
You must run the npm run watch command
within a separate terminal page.