live link.
powered by create-svelte
.
This squadpage is made for the purpose to get to know your fellow student. The squadpage shows you all the students in form of cards, click on the chosen card and read about them! You also have the ability to search for a specific student using the searchbar. For a more global search you can use the buttons on the upperleft to filter for specific squads.
Before you start working on this project enter npm install
in your terminal, if it isnt recognised you may need to download npm first (isn't nessecary most of the time)
To use this application, you would need a .env file. If you dont, you will run into a Internal 500 error.
- add a
.env
file - add the code:
PUBLIC_APIURL = https://fdnd.directus.app/
You should be ready to go to work! now youll need a localhost to work on, use the command npm run dev
to open the project on a localhost.
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
This project is hosted on Vercel.