This is a solution to the Kanban task management web app challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users are able to:
- 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: 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
- Semantic HTML5 markup
- Tailwind CSs
- Flexbox
- CSS Grid
- Mobile-first workflow
- React - JS library
- daisyUI - For styles
- PostgreSQL
- Prisma - ORM
- Express js
- React hot toast
- Redux toolkit
- zellwk.com - An article on how to write mobile-first CSS
- internetingishard.com - This Flexbox tutorial is a friendly tutorial for modern CSS layouts by Interneting Is Hard.
- Website - nicholasnjagi.netlify.app
- Frontend Mentor - @nicknjagi
- Twitter - @nick_njagi