Insert picture/gif of full project UI
Assignment explanation
Tell where the project is about
Where is the application made with
Before you can start you need to follow the installation
-
Open the terminal, or use the terminal in your IDE
-
Clone the repository
git clone https://github.com/KoenHaagsma/TechTrack-Frontend-Applications.git
- Go to the cloned repository
cd ../../Techtrack-Frontend-Applications
- Install all packages
npm install || npm i
- Start the application for development
npm run dev
- Open de server and go to the browser: Localhost. If this doesn't work change your port to another port
Insert contributers and their role