/catstagram

Primary LanguageVueMIT LicenseMIT

catstagram

This is the first version/iteration of "Catstagram". Please visit the repository for the second iteration here: (https://github.com/audreywrong/catstagram-v2).

This first iteration focuses on a randomized feed of images that can be commented on (locally), individually. Additionally, you can upload an individual image to be added to the feed and commented on.

Highlighted features:

  • Upload individual image to the feed
  • View a feed of all uploaded images
  • Comment on an individual image

Recommended IDE Setup

VSCode

Project Setup

*** IMPORTANT TO NOTE: This version of Vite usestop-level await. This will only work in Node v14+.

cd catstagram

npm install

npm run dev