Skip to content

nponsard/tourdo-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2954c19 · Nov 30, 2022
Feb 6, 2022
Nov 30, 2022
Jan 4, 2022
Jan 29, 2022
Nov 30, 2022
Feb 1, 2022
Jan 4, 2022
Jan 30, 2022
Jan 31, 2022
Jan 30, 2022
Feb 4, 2022
Jan 4, 2022
Feb 1, 2022
Feb 5, 2022
Feb 5, 2022
Jan 4, 2022

Repository files navigation

woa-front

The front-end of the website TourDO, made using Next.js and MUI.

starting

production

You need to first build the frontend using

npm run build

Then you can start the server using

npm run start

The front-end server will listen on port 3000.

dev

Use this command while developing (reloads the page when you make modifications)

npm run dev 

env variable

BACKEND_URL : url to access the backend

api

The bodies sent to and recieved from the api is using snake_case naming to keep compatiblity with the database

possible improvements

  • use Skeleton when loading
  • improve tournament preview
  • handle newlines in description

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages