RS Trello is the visual tool that empowers your team to manage any type of project, workflow, or task tracking
Made as a final group task for RS School React Course
- Sign-Up/Sign-In forms with validation and api error popups.
- User profile editing page. Change name, login, password or delete account.
- Boards page with access to all boards. Create, edit, search or delete boards.
- Board page with all columns and tasks related to it.
- Easy, drag-and-drop editing.
- Columns and tasks information editing.
- Fully responsive
👉 The project is hosted on Netlify: https://project-management-app-seala11.netlify.app/
- React
- React Router v6
- Redux Toolkit
- TypeScript
- Sass
Backend repository: https://github.com/Seala11/final-task-backend/tree/develop
$ npm install
$ npm run start
$ npm run build