Welcome to the frontend repository for START Nuremberg's Job Board. This project is designed to provide an intuitive and user-friendly interface for job seekers and employers within the START Nuremberg community.
START Nuremberg's Job Board is a platform aimed at connecting job seekers with potential employers. The frontend of this application is built using React, TypeScript, and TailwindCSS to ensure a modern and responsive user experience.
You can see the current build in Azure
- React: A JavaScript library for building user interfaces.
- TypeScript: A superset of JavaScript that adds static types.
- TailwindCSS: A utility-first CSS framework for rapidly building custom designs.
To get a local copy up and running, follow these simple steps.
Make sure you have the following installed:
- Clone the repository:
git clone [email protected]:STARTNuremberg/Job_Board_Frontend.git
- Install the dependencies:
npm install OR yarn install
- run the application:
npm run dev OR yarn start
To enjoy full functionality we recommend running the backend docker container.
The backend for this project can be found here.