Home
Softono
go-react-todo

go-react-todo

Open source TypeScript
42
Stars
16
Forks
0
Issues
2
Watchers
4 years
Last Commit

About go-react-todo

go-react-todo is a practical tutorial project that guides developers through building a full-stack task management application using Go and React. It demonstrates how to construct a production-ready architecture by combining a high-performance backend with a modern frontend. The server side leverages Go and the Fiber web framework to create a robust REST API, while the client side is built using React, TypeScript, and Vite for rapid development and static type safety. The user interface utilizes the Mantine component library to deliver a polished and responsive design. This project is designed for developers who want to learn how to integrate backend services with dynamic frontends. Key learning outcomes include setting up a Go REST API, implementing CRUD operations for tasks, structuring a React application with TypeScript, and utilizing Mantine for efficient UI construction. It serves as an excellent reference for creating scalable web applications, understanding full-stack data flow, and applying best prac

Platforms

Web Self-hosted

Languages

TypeScript

Build Todo Application with Go & React

What are we using?

What will you learn

  • How to make a basic Go REST API
  • How to make a todo UI
  • React with TypeScript
  • Basic Mantine usage