Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codersuresh/todo-list
Todo list with PWA and drag to re-order functionality. Seamlessly works offline.
https://github.com/codersuresh/todo-list
nextjs pwa todolist
Last synced: 5 days ago
JSON representation
Todo list with PWA and drag to re-order functionality. Seamlessly works offline.
- Host: GitHub
- URL: https://github.com/codersuresh/todo-list
- Owner: coderSuresh
- Created: 2023-10-26T15:12:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-30T04:18:17.000Z (4 months ago)
- Last Synced: 2024-07-30T08:01:37.984Z (4 months ago)
- Topics: nextjs, pwa, todolist
- Language: TypeScript
- Homepage: https://todo-list-codersuresh.vercel.app
- Size: 589 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - Todo app solution
This is a solution to the [Todo app challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/todo-app-Su1_KokOW). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Continued development](#continued-development)
- [Useful resources](#useful-resources)
- [Author](#author)
- [Acknowledgments](#acknowledgments)## Overview
### The challenge
Users should be able to:
- View the optimal layout for the app depending on their device's screen size
- See hover states for all interactive elements on the page
- Add new todos to the list
- Mark todos as complete
- Delete todos from the list
- Filter by all/active/complete todos
- Clear all completed todos
- Toggle light and dark mode
- **I added**: Drag and drop to reorder items on the list
- **I added**: PWA support to make it installable on any device and work offline using `next-pwa` package.### Screenshot
![](/public/screenshot.png)
### Links
- Solution URL: [https://github.com/codersuresh/todo-list](https://github.com/codersuresh/todo-list)
- Live Site URL: [https://todo-list-codersuresh.vercel.app](https://todo-list-codersuresh.vercel.app)## My process
### Built with
- Next.js
- Tailwindcss
- Typescript
- LocalStorage
- Next-pwa### What I learned
- To make custom checkbox make sure to use `appearance-none` to remove default checkbox style.
- To make PWA in next.js using `next-pwa` package.### Continued development
## Author
- Website - [Suresh Dahal](https://sureshdahal.com.np)
- Frontend Mentor - [@codersuresh](https://www.frontendmentor.io/profile/codersuresh)
- LinkedIn - [@codersuresh](https://www.linkedin.com/in/codersuresh)