https://github.com/techjmi/todo-application
Modern Todo App
https://github.com/techjmi/todo-application
coding reactjs reactvite todolist web webdevelopment
Last synced: 9 months ago
JSON representation
Modern Todo App
- Host: GitHub
- URL: https://github.com/techjmi/todo-application
- Owner: techjmi
- Created: 2024-02-20T19:33:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-20T19:39:54.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T01:28:14.580Z (11 months ago)
- Topics: coding, reactjs, reactvite, todolist, web, webdevelopment
- Language: JavaScript
- Homepage: https://astounding-pothos-9baa22.netlify.app/
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modern Todo App
Welcome to the Modern Todo App! This is a responsive Todo application built using Tailwind CSS and ReactJS. With this app, users can efficiently manage their tasks, mark them as done, edit existing todos, and view remaining or all todos. The application also supports local storage to persist user data.
## Features
- **Responsive Design:** The app is designed to work seamlessly on various screen sizes, providing an optimal user experience across devices.
- **Create, Edit, and Mark as Done:** Users can easily create new todos, edit existing ones, and mark tasks as done to keep track of completed items.
- **View Options:** Choose to view either the remaining todos or all todos, allowing for a customizable and focused task management experience.
- **Local Storage:** The application utilizes local storage to persist user data. This ensures that users can access their todos even after closing or refreshing the browser.
## Tech Stack
- **ReactJS:** A JavaScript library for building user interfaces.
- **Tailwind CSS:** A utility-first CSS framework for building modern, responsive web applications.
## Getting Started
1. **Clone the Repository:**
```bash
git clone https://github.com/techjmi/Todo-Application.git
# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh