A full-stack todo application built with React, TypeScript, and Golang.
This project demonstrates a simple todo app that allows users to create, view, and manage their tasks. The frontend is built using React and TypeScript for a robust and maintainable user interface. The backend is powered by Golang, providing a reliable and efficient API for data management.
Frontend: React, TypeScript
Backend: Golang
Database: (Specify your database, e.g., MongoDB, PostgreSQL)
Prerequisites:
Node.js and npm (or yarn)
Go
Backend Setup:
go run main.go
Navigate to the client directory. Install dependencies:
npm install
npm run dev
Access the todo app in your web browser at http://localhost:3000 (or your configured port). Create, edit, and delete todos.
Screencast.from.2024-07-31.12-37-35.webm
Contributions are welcome! Feel free to open issues or pull requests.