Skip to content

grizllym/todo-tanstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Todo List

This app and repository are a technical showcase built with the technologies listed below.

✨ Tech Stack

TypeScript

Frontend: React 19, Vite, Tailwind CSS, Mantine, @tanstack/react-router, @tanstack/react-query

Backend: Hono, Zod, Drizzle

🗂️ Project Structure

/api - be
/web - fe
README.md

🏁 Quick Start

This project requires Node.js version 18+ or 20+. Or use quick-setup.sh and then run development servers.

# 1. Clone repo

# 2. API
cd api

# 2.1 Dependencies
npm i

# 2.2 Create environment
cp .env.example .env

# 2.3 DB Migration
npx drizzle-kit migrate

# 2.4 Run development
npm run dev

# 3. WEB
cd web
npm i
npm run dev

📝 License

MIT © 2025 Michal Griessel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published