Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tomdoestech/go-react-todo
- Owner: TomDoesTech
- Created: 2022-03-06T06:05:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-06T06:06:19.000Z (almost 3 years ago)
- Last Synced: 2024-04-17T06:07:23.656Z (10 months ago)
- Topics: fiber, golang, reactjs, todo, vitejs
- Language: TypeScript
- Homepage: https://youtu.be/QevhhM_QfbM
- Size: 28.3 KB
- Stars: 37
- Watchers: 3
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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