Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Frontend

Tbetz edited this page Mar 3, 2022 · 14 revisions

This the frontend page.

General Structure

TODO

Routes

  • / the Home Component
  • /login A login form
  • /register a form to register. Will send an email after registering.
  • /files/create the file upload form
  • /files An overview of all visible files
  • /profile The users profile page
  • /files/:id the page of a file with this specific id
  • /tags the overview page of the tags
  • /tags/create the create page for a new tag

Third Party Libs

Other third party libs used:

Tests

What is tested ?and whats not?

ESLint

Execute ESLint to autoformat like this: yarn eslint src/. --ext .jsx,.js,.tsx,ts --fix

Clone this wiki locally