Make sure you have the latest Stable or LTS version of Node.js installed.
git clone https://github.com/konstantin-921/React-trello-example.git
- Run
npm install
oryarn install
- Start the dev server using
npm start
- Open [http://localhost:8080]
This is a front side application for repo Node.js-trello-example.
An application for exchanging messages between users (trello analog)
- Authenticate users via JWT (login/signup pages + logout button on settings page)
- Adding and removing boards for placing tasks
- Adding and removing tasks
- Drag and drop tasks (use react-beautiful-dnd (8.0.5))
- Having a function to share a board