Coder Social home page Coder Social logo

mern-stack-paint's Introduction

Mern-Stack-Paint

mern_stack_paint

Live Link

Description

MernStackPaint is an art sharing website where users can create posts with simple MSPaint-style drawings accompanied by a brief comment about their drawing. From there, other users may respond to the post with a drawing of their own, and may choose to use the parent post's drawing as the starting canvas. The goal of the project is to cultivate a fun, light-hearted way for users to interact and build on what others have already made.

Key Features

  • User Authentication
    • Users can sign up, log in, log out, and can only create and respond to posts when logged in.
  • Make posts
    • Posts have a title, a comment, a tag categorizing the post, and a simple drawing attached to them.
  • View other user posts
    • Users can see an index of recent posts from other users that they may choose to respond to.
  • User profile
    • A user can see an index of their own posts, update and delete individual posts, and view individual posts to see other user responses.
  • Search
    • Users can search for posts by their tag or by words contained in the post title.

Technologies Used

  • AWS S3

Screen Shot 2022-07-31 at 5 35 13 PM

* Canvas data is converted to base64 data string, then converted a blob, then uploaded to amazon S3 webservice for external storage * the URL is saved as as a string in the post for later retreival and re-use if collaboration is desired * upon re-use, it is reconverted to base64 string, and imported into canvas to be drawn over
  • Canvas API

image code snippet of the canvas drawing menu, rendering the color changing buttons, pen size, and allowing users to clear the canvas and restart. *

  • MongoDB
  • Express
  • React-Redux
  • Node.js

Future Project Goals

  • Create parent/child structure for posts so that replies can be nested under the parent post
  • Make tags optional and be able to add more than one
  • Like posts and follow threads

mern-stack-paint's People

Contributors

kernapillar avatar vuongcindy avatar alchemr avatar dkwal avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

vuongcindy

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.