Skip to content

priscillaapaxton/ferry-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

British Columbia Ferry Finder

Abstract

Ferry Finder provides up to date ferry schedules of ferry routes between the British Columbia Islands. Ferry finder is an easy to navigature interface providing details such as ferry capacity, possible cancellations, departure times, and more.

Demonstration

giff of ferry finder

Context

This application was completed over 5 days as the final project of Module3 in Turing School of Software and Design's Front End Engineering program. The project was built to match the specifications of this project rubric, which required each student to select and implement a public API in an application that demonstrates everything learned the five weeks prior.

Technologies used

  • React
  • Router
  • Cypress
  • Node.js
  • Vercel
  • PropTypes
  • CSS
  • JSX

Deployed Pages

Wins

-This application features a succint architecture, characterized by concise and well-organized code. The app component's state exclusively manages data retrieved from the API and handles errors, while child components access all relevant data through the parameters of their match objects. This design choice not only enhances readability but also streamlines the development process. -Responsive Web Design -React Router Integration

Challenges

  • The main challenge encountered during this project was identifying the best architectural structure. Initially, the App component stored all the data in its state and then passed it to the child components. However, this approach led to unpredictable bugs as the child components rendered before the App component could update its state and pass the data as props. This issue resulted in unexpected behavior and hindered the smooth functioning of the application.

Improvements

-Some possible extensions in the future for this application could be

  • User reviews of ferries and routes
  • Additional API implementation of British Columbia public transportation or something adjacent

Installation

  • using the terminal, clone the Ferry Finder
  • cd into Ferry-Finder directory
  • run npm i
  • run npm start

Contributor

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published