Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 772 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 772 Bytes

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