Added styles, placeholder json file, and mapped application pages
Description:
This PR includes the following changes:
Designed and implemented the styles designed in Figma
Added a placeholder JSON file to mock the information on our backend so that the POST and GET requests can work properly
Mapped each application to its own page accessible by app/[id]
With these changes, users can now fill out the application form and submit it, with the information being added to our data. The GET request can be used to retrieve all applications or a single application based on ID. Additionally, the applications are now accessible through their own pages, which will enhance the user experience.
Screenshots
Please review and let me know if any further changes are needed.
Added styles, placeholder json file, and mapped application pages
Description:
This PR includes the following changes:
With these changes, users can now fill out the application form and submit it, with the information being added to our data. The GET request can be used to retrieve all applications or a single application based on ID. Additionally, the applications are now accessible through their own pages, which will enhance the user experience.
Screenshots
Please review and let me know if any further changes are needed.