Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.45 KB

README.md

File metadata and controls

57 lines (40 loc) · 1.45 KB

About 🔎

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.

Deploy

Requirements 🧾

  • Implement JWT-based auth
  • Render columns with different statuses
  • Render cards in columns depend on status
  • Implement adding, deleting, updating of cards

Additional features ✨

  • Implement Drag'n'Drop

Built with 🛠

  • Parcel bundler
  • ES6 classes
  • axios
  • Sortable.js
  • eslint with airbnb config
  • prettier
  • git
  • pre-commit hooks
  • scss

Getting started 👀

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

Team 😎

Sasha Hulitskyi - branch
Dima Musatov - branch
Artem Martyniuk - branch1 branch2