Skip to content

Ernest2026/trello-replica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trello Replica

Project aim

You have to create a webapp using React. Here are more details:

  • Create an exact replica of the following webapp https://trello-replica.web.app/
  • You have to implement the following features:
    • Create new list
    • Create new card
    • Drag-n-drop cards between lists
    • There are no API requests. You have to manage the data in local storage.
    • You can get the styles by inspecting them in the browser dev tools.
    • You can use any package for drag-n-drop functionality.

How to run the project

  • First clone or download this project to your local machine
  • Run npm install and npm start

Note: you might get an error installing react-beautiful-dnd, feel free to run npm install --force or run npm install react-beautiful-dnd --force afterwards...

About

An interview project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published