Trello clone built with Vanilla JS using ES6 Classes
Full way of development you can discover in ✅closed Pull Requests, where we actively 🧐reviewed code of each other.
- Implement JWT-based auth
- Render columns with different statuses
- Render cards in columns depend on status
- Implement adding, deleting, updating of cards
- Implement Drag'n'Drop
- Parcel bundler
- ES6 classes
- axios
- Sortable.js
- eslint with airbnb config
- prettier
- git
- pre-commit hooks
- scss
Clone repo to your local machine:
git clone https://github.com/alexgul1/PM-Project-2.git
cd PM-Project-2
Install all dependencies:
npm install
Run dev server:
npm run dev
Open http://localhost:1234 in your browser
Sasha Hulitskyi - branch
Dima Musatov - branch
Artem Martyniuk - branch1 branch2