mcwiekala / camp-trello-clone

This is the project for Coders Camp 2021 edition - the biggest open software bootcamp in Poland! It cover module 3 (Node), 4 (Typescript) and 5.
2 stars 3 forks source link

feat: 🎸 Add react-icons & AttachmentList #28

Closed kamack38 closed 2 years ago

kamack38 commented 2 years ago

Install react-icons, Add AttachmentsList & Update Button hover animation

✅ Closes: #8

EmilMalanczak commented 2 years ago

@kamack38 good job! For further coding - lets be consistent about using typescript in the project. If we write component in ts all of its files should be written in .ts (in this example style.js should be style.ts) but just to know