Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomdoestech/go-react-todo


https://github.com/tomdoestech/go-react-todo

fiber golang reactjs todo vitejs

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Build Todo Application with Go & React

## What are we using?
* [Go](https://go.dev/) - Server
* [Fiber](https://github.com/gofiber/fiber) - Go web server
* [Vite](https://vitejs.dev/) - Client
* [Mantine](https://mantine.dev/) - React component library
* [TypeScript](https://www.typescriptlang.org/) - Static types

## What will you learn
* How to make a basic Go REST API
* How to make a todo UI
* React with TypeScript
* Basic Mantine usage