All Projects

Taskingo

Taskingo

A powerful and versatile task management application designed for seamless organization and productivity. Developed using TypeScript, Firebase for backend services, and React for the front end, the app offers users a fully functional platform with an intuitive interface.

Technologies Used

TypescriptFirebaseJavascriptReactCSSHTML

Toolset Used

GitGithubNetlifyVSCode

Develope At

Fri Mar 10 2023

Posted At

Thu May 11 2023
image

About :-

fully-functional task management app with a light/dark mode toggle.

  • View the optimal layout for the app depending on their device's screen size
  • See hover states for all interactive elements on the page
  • Create, read, update, and delete boards and tasks
  • Receive form validations when trying to create/edit boards and tasks
  • Mark subtasks as complete and move tasks between columns
  • Hide/show the board sidebar
  • Toggle the theme between light/dark modes
  • Bonus: Allow users to drag and drop tasks to change their status and re-order them in a column
  • Bonus: Keep track of any changes, even after refreshing the browser (localStorage could be used for this if you're not building out a full-stack app)
  • Bonus: Build this project as a full-stack application