Skip to content

Etch helps designers working remotely collaborate on their projects, solving problems of communicating design and copy updates over rounds of creative changes. It's made with JavaScript, React, Node, Express, MongoDB, Mongoose, Redux, HTML, CSS, and Canvas.

Notifications You must be signed in to change notification settings

AdamRathbun/Etch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Etch

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.

etch-demo1

How It's Made:

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.

Optimizations

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.

Instructions

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.

About

Etch helps designers working remotely collaborate on their projects, solving problems of communicating design and copy updates over rounds of creative changes. It's made with JavaScript, React, Node, Express, MongoDB, Mongoose, Redux, HTML, CSS, and Canvas.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published