Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 590 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 590 Bytes

FileOvr

A Peer-2-Peer filesharing website.

Running

From the project directory...

  • yarn start to run the app and open http://localhost:3000.
  • yarn test to launch the test runner in interactove watch mode.
  • yarn build to build the app for production.
  • yarn eject to remove single build dependency from the project (nonreversible).

Bugs

  • FrontEnd not entirely responsive.
  • Download page (refresh and shadow alignment)

Acknowledgements

This project was bootstrapped with Create React App.