/picsyl

Primary LanguageJavaScript

Picsyl

An image sharing platform for the art community. Upload your images and share with the community!

Features

  • Fully responsive app
  • Like/Un-like posts
  • Comment on posts
  • Upload image files

Tech Stack

Client: React, HTML5, Sass

Server: Node, Express, MySQL

Run Locally

Clone the project

  git clone https://github.com/b0p1/picsyl.git

Go to the project directory

  cd picsyl

Install dependencies

  npm install

Start running

  npm start

Frontend of the app is now live! -- DON'T forget to start up the server side!