cmhobbs / catstagram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Vue 39.8%Language:CSS 35.0%Language:JavaScript 19.0%Language:HTML 6.2%