Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhistiak3/modern-pwa-todo
Modern Todo App is Simple todo. You can use this app for adding your daily Task.
https://github.com/mhistiak3/modern-pwa-todo
css react
Last synced: 1 day ago
JSON representation
Modern Todo App is Simple todo. You can use this app for adding your daily Task.
- Host: GitHub
- URL: https://github.com/mhistiak3/modern-pwa-todo
- Owner: mhistiak3
- Created: 2021-10-05T16:55:50.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T08:11:53.000Z (5 months ago)
- Last Synced: 2024-06-23T09:27:26.965Z (5 months ago)
- Topics: css, react
- Language: JavaScript
- Homepage: https://ia-todo.netlify.app/
- Size: 1.32 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modern PWA ToDo App
A modern Progressive Web App (PWA) ToDo application combines the benefits of a native mobile app with the accessibility of a web application. It leverages modern web technologies to offer users a seamless and responsive experience across different devices and platforms. Key features typically include:1. **Offline Functionality**: Utilizes service workers and caching strategies to ensure the app works offline or in low-connectivity environments, allowing users to access and update their ToDo lists regardless of internet availability.
2. **Responsive Design**: Adapts fluidly to various screen sizes, offering a consistent user experience on desktops, tablets, and mobile devices.
3. **Modern UI/UX**: Incorporates intuitive navigation, animations, and gestures to enhance usability and provide a delightful user experience.
## Authors- [@mhistiak3](https://github.com/mhistiak3)
## Screenshots![App Screenshot](https://i.ibb.co/4Wn2QgP/Screenshot-1.png)
## Technology**Client:** React, Custom Css, Local Storage, Fontawesome
## Run LocallyClone the project
```bash
gh clone https://github.com/mhistiak3/Modern-PWA-TODO.git
```Go to the project directory
```bash
cd Modern-PWA-TODO
```Install dependencies
```bash
npm install
```Start the server
```bash
npm start
```
![Logo](https://ia-todo.netlify.app/static/media/logo.29f81146.png)