Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emekankwo/pwa_task_manager
This is a Full Stack PWA [Progressive Web Application] App for managing tasks. This is built with Next.js, TailwindCSS, Ant Design, Redux Toolkit, Framer Motion, Supabase, and MongoDB.
https://github.com/emekankwo/pwa_task_manager
antd framer-motion full-stack mongodb mongoose nextjs14 pwa-app redux redux-toolkit supabase tailwindcss
Last synced: about 1 month ago
JSON representation
This is a Full Stack PWA [Progressive Web Application] App for managing tasks. This is built with Next.js, TailwindCSS, Ant Design, Redux Toolkit, Framer Motion, Supabase, and MongoDB.
- Host: GitHub
- URL: https://github.com/emekankwo/pwa_task_manager
- Owner: EmekaNkwo
- Created: 2024-04-17T13:29:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T10:11:07.000Z (8 months ago)
- Last Synced: 2024-05-22T10:55:51.730Z (8 months ago)
- Topics: antd, framer-motion, full-stack, mongodb, mongoose, nextjs14, pwa-app, redux, redux-toolkit, supabase, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 261 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PWA TASK MANAGEMENT -
## Overview [Live Demo](https://pwa-tsk-manager.netlify.app/)
This is a Full Stack PWA [Progressive Web Application] App for managing tasks. This is built with Next.js, TailwindCSS, Ant Design, Redux Toolkit, Framer Motion, Supabase, and MongoDB.
# Features
- Drag and Drop update of tasks
- Create and Delete tasks
- Offline access to tasks and data
- Background synchronization for updating data when online [In Progress]
- Responsive design for consistent experience## Get Started
- Clone the repository
- Run `npm install` to install dependencies
- Run `npm run dev` to start the application
- Visit http://localhost:3000/ to see the application