Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arvrao/project-management-app

Detailed list of all projects with their set of todo's with their priorities and deadlines
https://github.com/arvrao/project-management-app

go-fiber golang nextjs postgresql react typescript

Last synced: about 1 month ago
JSON representation

Detailed list of all projects with their set of todo's with their priorities and deadlines

Awesome Lists containing this project

README

        

# **Build Project Management application**
### **About:**
Write about your list of projects that have set of tasks with either pending, in progress, completed statuses. Drag and drop or delete tasks as desired for the particular project
### **Technologies used:**
Go, React and PostgreSQL

- [go](https://go.dev/) server
- [Fiber](https://gofiber.io/) - Go web server
- [Nextjs](https://nextjs.org/) - Building React framework
- [TypeScript](https://www.typescriptlang.org/) - Static types on top of Nextjs
- [Material UI](https://mui.com/) - Component library
- [PostgreSQL](https://www.postgresql.org/) - RDMS database for persisting data
- [Tailwindcss](https://tailwindcss.com/) - Styling HTML elements
- [Figma](https://www.figma.com/) - Laying out the initial design
- [gorm](https://gorm.io/) for ORM