https://github.com/paulwritescode/todo
ToDo is a comprehensive task management tool that allows users to add, update, and delete tasks with ease. The application is built to provide a smooth and intuitive user experience while leveraging powerful technologies for both the backend and frontend.
https://github.com/paulwritescode/todo
golang reactjs realtime tanstack-query task-tracker-application todoapp todolist
Last synced: 3 months ago
JSON representation
ToDo is a comprehensive task management tool that allows users to add, update, and delete tasks with ease. The application is built to provide a smooth and intuitive user experience while leveraging powerful technologies for both the backend and frontend.
- Host: GitHub
- URL: https://github.com/paulwritescode/todo
- Owner: paulwritescode
- Created: 2024-09-11T21:00:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T21:54:59.000Z (over 1 year ago)
- Last Synced: 2025-07-14T11:28:48.908Z (12 months ago)
- Topics: golang, reactjs, realtime, tanstack-query, task-tracker-application, todoapp, todolist
- Language: TypeScript
- Homepage:
- Size: 23.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDo - Task Management Application
**ToDo** is a task management application designed to streamline daily task tracking and enhance productivity. Built with modern web technologies, this application offers real-time updates, task tracking, and a user-friendly interface for efficient task management.
## About
ToDo is a comprehensive task management tool that allows users to add, update, and delete tasks with ease. The application is built to provide a smooth and intuitive user experience while leveraging powerful technologies for both the backend and frontend. This project demonstrates how to integrate various technologies to create a functional and visually appealing application.
## Tech Stack
- **Go**: For building the backend API, providing robust and efficient server-side logic.
- **React**: For developing the frontend, offering a dynamic and responsive user interface.
- **Fiber**: A fast and lightweight web framework for Go, used for handling HTTP requests.
- **Tanstack Query**: For managing server-state and caching, ensuring real-time updates and efficient data fetching.
- **Chakra UI**: For building accessible and customizable user interfaces with a focus on simplicity and ease of use.
## Features
- **Real-Time Updates**: Tasks are updated in real-time, ensuring users have the latest information.
- **Task Tracking**: Easily add, update, and delete tasks.
- **User-Friendly Interface**: Designed with Chakra UI for a clean and intuitive user experience.
## Installation
1. **Clone the repository:**
```bash
git clone https://github.com/paulwritescode/ToDo.git
cd ToDo