The project is a react router practice website for the Imarika Trust Fund. It is built with React and Tailwind CSS. Launch a json server in order to list the careers:
json-server -p 4000 -w ./Data/db.json
Download code to run locally. Open the project folder with VScode and on your turminal type npm run dev
to run