8000 GitHub - CoachGodzup/tickety: A simple TODO list app in Next.js
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CoachGodzup/tickety

Repository files navigation

Tickety

A minimal TODO list in Next JS, React and Typescript, that runs in your browser.

This is a Next.js project bootstrapped with create-next-app. It uses Mantine library for UI and Redux Toolkit to manage the state.

Screenshot

Tickety Screenshot

Feature

  1. 😎 Privacy First: It just uses your Local Storage. No data collected! Trust me... or your network panel, for what I care
  2. 🟧 Minimal: no graphical, data, other stuffs. Just strict to the point
  3. 🧘 Stress Free: no due date. No planning. Just pin what you want to remember, and they stay here for all the time you need!
  4. 🤝 Open Source: I mean, you see it here, on Github, so... it's free as in free speech!

Getting Started

First, run the development server:

pnpm dev
#if your node version with nvm is old, update at least to version 14
nvm use node
npm run dev

If you are a whale lover and you prefer to use Docker , go on and use it!

docker compose up

Open http://localhost:3000 with your browser to see the result and... 📌 happy pinning!

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

0