Etch is a full-stack creative collaboration tool that helps remote team members work together, especially when it comes to creative projects. Etch comes with accessible markup tools, comments, authentication, and project sharing to help you work with others and get your designs where they need to be.
Video demo: https://soapbox.wistia.com/videos/hyu7fA6EOa
Tech used: JavaScript, React, MongoDB, Mongoose, Node, Express, Redux, HTML, CSS, and Canvas. (RESTful API)
After making an account and logging in, users can create projects (with key project details like image, title, description, etc.). Users can then click on a project to open it up, where they can mark up the design image with various drawing tools and write comments to designate creative changes. Additional features include approvals, project deletion, project sharing, and authentication. Etch was built while following Model-View-Controller architecture.
Given more time, I would've liked to implement proper version control. I would've also liked to include an additional "sticky comment" feature that allows the user to attach a comment to a sticky on the image that highlights the connected comment when clicked on.
Inside both the Client and the Server directory, run "npm install" and then "npm start". Make sure to fill in PORT, CONNECTION_URL, and JWT_SECRET in .env in the Server directory. Need to set up a MongoDB database and link to CONNECTION_URL.
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.