Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nickemma/go-todo-app

A simple todo application made with Golang + React + Typescript.
https://github.com/nickemma/go-todo-app

go-fiber golang mantine reatctjs typescript

Last synced: about 5 hours ago
JSON representation

A simple todo application made with Golang + React + Typescript.

Awesome Lists containing this project

README

        

# Build A Simple Todo Application with Go & React & Typescript

## What I We Be 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 I Learnt

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