React on the client and Node/Express/Sqlite3 API on the server.
- Create columns and cards
- Edit cards
- Drag and Drop functionality
- Data saved to a Sqlite3 database via Express API.
Prerequisites
-
clone this repo with
git clone https://github.com/whiteadi/react-trello-clone-wars.git
cd
into itcd react-trello-clone-wars
-
cd
into/client
and/server
and install dependencies withnpm install
oryarn
-
start the server
npm run start
or
yarn start
which will start the server on port 8000.
-
start the client
npm run start
or
yarn start
which will start the client on port 3000.