Skip to content

An accessible, session-based task management app (aka todolist).

Notifications You must be signed in to change notification settings

Tex-Tang/Todo-Link

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Todo Link

An accessible, session-based task management app (aka todolist).

Features

  • Share tasks list with your friends!
  • Navigate, modify your task list without touching mouse.
  • Easy-to-use user interface

Technology Stack

Backend : Golang (fiber) + PostgreSQL + https://github.com/golang-migrate/migrate

Frontend : React (Vite.js) + Tailwind.css

Project Structure

Todo-Link
├── client               // Frontend
  ├── src
     ├── api
     ├── components
     ├── hooks
     └── main.tsx      // Entry point
  └── index.html
└── server               // Backend
   ├── migrations        // Golang-migrate
   ├── model             // Data models
   ├── router            // API Routes
   ├── config.go         // For reading config
   ├── app.toml          // Config file
   └── main.go

About

An accessible, session-based task management app (aka todolist).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published