Skip to content

Seala11/project-management-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Project Management App - RS Trello

About

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

Key Features

  • 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

What it looks like

drag-n-drop-2 task-gif

How to quickly try it?

👉 The project is hosted on Netlify: https://project-management-app-seala11.netlify.app/

Stack

  • React
  • React Router v6
  • Redux Toolkit
  • TypeScript
  • Sass

Backend

Backend repository: https://github.com/Seala11/final-task-backend/tree/develop

Setup and Running

Install dependencies:

$ npm install

Running the app in the development mode

$ npm run start

Prepare for production

$ npm run build

Releases

No releases published

Packages

No packages published