/snapshot

Snapshot is a social media web application.

Primary LanguageJavaScript

Snapshot

A complete social media web application with one-to-one chat functionality. This is the frontend of snapshot-server.

How to run

  • Clone the repository and go to this repository on your machine.
  • In the project you will see .env.local.example file, rename it to .env.local.
  • Then run
npm install or yarn
npm start or yarn start

Tools

  • react - as frontend libray
  • Material UI - for frontend UI framework
  • axios - for data fetching