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
- Host: GitHub
- URL: https://github.com/thejus-r/tasky
- Owner: thejus-r
- Created: 2023-02-12T06:11:42.000Z (almost 3 years ago)
- Default Branch: release
- Last Pushed: 2023-03-13T17:16:28.000Z (almost 3 years ago)
- Last Synced: 2024-03-30T07:15:04.550Z (over 1 year ago)
- Topics: reactjs, reactquery, redux-toolkit, tailwindcss, typescript, zustand
- Language: TypeScript
- Homepage: https://tasky-nine.vercel.app
- Size: 167 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.