Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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