https://github.com/hemants1703/privacytodo
Welcome to the most private To Do app you'll ever use! Your tasks stay exclusively in your browser - no data ever leaves your device.
https://github.com/hemants1703/privacytodo
Last synced: about 1 month ago
JSON representation
Welcome to the most private To Do app you'll ever use! Your tasks stay exclusively in your browser - no data ever leaves your device.
- Host: GitHub
- URL: https://github.com/hemants1703/privacytodo
- Owner: hemants1703
- Created: 2025-03-22T14:20:13.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-22T15:23:59.000Z (7 months ago)
- Last Synced: 2025-03-22T16:28:56.041Z (7 months ago)
- Language: TypeScript
- Size: 1.44 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PrivacyTodo
A privacy-focused todo application built with React, TypeScript, and Vite.

## Features
- Modern UI with Tailwind CSS
- Privacy-first approach to task management
- Responsive design for all devices
- Local storage database (no external servers)## Tech Stack
- React 19
- TypeScript 5
- Vite 6
- Tailwind CSS v4
- [Radix UI Icons](https://www.radix-ui.com/icons) and [Lucide](https://lucide.dev/) React for icons## Getting Started
### Prerequisites
- Node.js (latest LTS version recommended)
- pnpm package manager### Installation
1. Clone the repository
2. Install dependencies:```sh
pnpm install
```### Development
To start the development server:
```sh
pnpm dev
```This will start the development server at `http://localhost:3000`.
### Build
To build the project:
```sh
pnpm build
```This will create an optimized build of the project in the `dist` directory.
## License
This project is open source and available under the [MIT License](LICENSE).
```