Stitches is a CRUD app, wehre people can post and reply to posts. It's simpler clone of Twitter.
https://stitches-z160.onrender.com/
- JavaScript
- HTML
- CSS
- Node JS
- Express
- Postgres
- Handling the result of queries was the most prominent challenge in making this app, as query results vary in type. A single row result will return a single object while a multiple row result will return an array of objects.
- Add a like/heart button.
- Implement image/video sharing





