You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The front end of a full-stack task-management application, to help you and your team stay productive and organized.
Getting Started:
Make sure you have node installed, recommend using nvm.
run npm install.
run npm start.
Why Does This Exist?
I built this primarily as a full-stack portfolio project to demonstrate my knowledge of CRUD, authentication/authorization, etc. The goal was to build a visually appealing application that was immediately understandable to the end-user. Every feature started out as being built from scratch while enjoying the niceties of Material UI's library. As complexities and needs grew, if appropriate, I incorporated a third-party library (such as TanStack Query, Clerk, etc). There are other common libraries/tools that I dont believe this app has grown to the point of needing yet, but might get incorporated in the future.
Architectural Design
React & React Router
Clerk
TanStack Query
Material UI
DnD Kit
Deployed @
todo.metatech.dev
Contributors
Zaq Reynolds
Matthew Whitney
About
Full stack task management application using Clerk for authentication, TanStack Query for data fetching, and DnD Kit for drag and drop functionality. The front end is built with React and Material UI, and the back end is built with Node.js and Express.js.