An open API service indexing awesome lists of open source software.

https://github.com/thejus-r/tasky

A React app that helps to schedule you task based on date
https://github.com/thejus-r/tasky

reactjs reactquery redux-toolkit tailwindcss typescript zustand

Last synced: 9 months ago
JSON representation

A React app that helps to schedule you task based on date

Awesome Lists containing this project

README

          

# Tasky

## Tech Stack
- ReactJS
- TypeScript
- TailwindCSS
- Redux Toolkit
- React Query
- Zustand

## Upcoming changes
- Adding ability to Edit and Delete Tasks
- Animations and Gestures using Framer-motion

## Notable Features
- Authentication and Authorization using Supabase Auth and Redux Toolkit
- Using React Query to fetch the data from Supabase
- Tasks are protected using RLS (Row Level Security) of Supabase
- Clean and Responsive styles using TailwindCSS
- State of week and active dates managed using a small state management librady called Zustand.