This is a full-stack application the utilizes the following skills:
- Javascript
- React.js
- Express.js
- Node.js
- Postgresql
- HTML
- Tailwind CSS
- Users can create accounts and log in
- Users can create multiple workspaces along with tables and lists
- The user can double click on a task to edit the task and press enter to save it
- The user can right click on a task and mark it as complete *T he user can drag and drop tasks into different tables
- Fork and Clone this repo
- Create a database in postgresql that has the tables users, workspaces, lists, and tasks
- Create a .env file from the .env.template with a port number and database string
- npm install
- npm run dev