What did we implement?
Our project is a private island travel guide, so accordingly we decided to implement a login system and a flight booking+boarding pass system. For the login, the user inputs their name, email, password, and phone number and hits the "Create" button to make their account. Then, they will also get a boarding pass with their name.
We even made a planning issue before getting started.
Front end of our site
Unique/special additions
We customized our scroll bar, added an animation, FAQs, and a text box where users can input their opinions. Overall, this greatly improved our user interface and site appearance.
Problems we ran into
- Coding at the same time; we soon realized that it was not possible for us to use vscode and commit at the same time due to software discrepancies, which helped us to work on communicating and scheduling
- Adding a gif/animation; When we first tried to add gifs, we could only download a stationary image of the gif at the time of download. We ended up solving this by including it as media and pasting the full gif link, linking it to a separate source rather than trying to download it to the assets directory.
- Adding a link that displays recent site changes; we previously could not add a link that displayed local changes, but resolved this
View/ CRUD Application:
What did we implement?
Our project is a private island travel guide, so accordingly we decided to implement a login system and a flight booking+boarding pass system. For the login, the user inputs their name, email, password, and phone number and hits the "Create" button to make their account. Then, they will also get a boarding pass with their name.
We even made a planning issue before getting started.
Front end of our site
Unique/special additions
We customized our scroll bar, added an animation, FAQs, and a text box where users can input their opinions. Overall, this greatly improved our user interface and site appearance.
Problems we ran into
View/ CRUD Application: