Transport App is a simple web application where the users can search for stops/stations. A list of stops/stations matching their search query will be displayed. The user can view the details of each stop and all the departures from that stop based on the selected time and travel duration. In addition, the user can save the stops and can view them later.
Clone the repository by using the command:
git clone https://github.com/enismustafaj/enismustafaj.github.io.git
Run the command:
npm install
to install all the packages required for this app.
Run the command:
npm start
to run the application.