Trello Clone using React
Live at https://crello.netlify.com
Tech stack: react, redux, redux-thunk, react-redux, react-beautiful-dnd, styled-components.
Steps to run in Local:
- clone the repo
- Run
npm i
to install dependencies - Run
npm start
to start the application and hithttp://localhost:3000
to view the application.