Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nickemma/go-todo-app
- Owner: nickemma
- License: mit
- Created: 2023-04-13T13:44:15.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-04-13T14:58:38.000Z (over 1 year ago)
- Last Synced: 2024-04-17T22:07:32.201Z (7 months ago)
- Topics: go-fiber, golang, mantine, reatctjs, typescript
- Language: TypeScript
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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