An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# PrivacyTodo

A privacy-focused todo application built with React, TypeScript, and Vite.

![PrivacyTodo](https://github.com/hemants1703/privacytodo/blob/main/public/privacytodo.png?raw=true)
![PrivacyTodo](https://github.com/hemants1703/privacytodo/blob/main/public/app_screenshot.png?raw=true)

## 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).
```