This is a partial clone of the famous trello application, developed using React and Redux. It is an application that helps users, and teams manage their tasks a Kanban way! It is connected to a Django backend.
The application features
- Login/Registration Page
[token Authentication]
- Display lists of
Boards
- Create
Board
- Create
Columns (Lists)
within a ParticularBoard
- Order
Columns
via Drag and Drop - Display
Cards
within their respectiveColumns
- See details of each
Card
- Edit the contents of a
Card
- Change the
Column
of aCard
with the Drag and Drop feature - Delete
Card
- Logout
- More features are to be added soon
- React
- Redux
- Redux Toolkit
- Vanilla CSS3
- react-beautiful-dnd
- react-modal
- react-textarea-autosize
- see the
package.json
for more information on the tools used
To get a local copy up and running follow these simple steps.
In order to run trello-ui-clone locally, you will require the following:
- Nodejs and yarn
- Open the Terminal
- Run
git clone [email protected]:belsman/trello-ui-clone.git
or, for SSH:
git clone [email protected]:belsman/trello-ui-clone.git
- Run
cd trello-ui-clone
to enter the main directory - Run
npm install
- Run
npm start
to launch trello-ui-clone - Happy viewing!
👤 Bello Babakolo
- Github: @belsman
- Twitter: @d_belsman
- Linkdin: Bello Babakolo
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!