Skip to content

danielpes/coding-challenge-frontend-b

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Busbud Challenge

This is the code for my solution of the Busbud front-end challenge.

Details

Main libraries and frameworks I used (directly):

  • create-react-app: For creating the boilerplate code;
  • Bulma: An open-source responsible CSS framework based on Flexbox;
  • axios: For the API requests;
  • react-i18next: For internationalization;
  • And some others (moment.js, flatpickr, eslint, eslint-airbnb, etc).

Known Issues

  • The "mobile" version does not present well in desktop versions of Safari
  • Small CSS problem in the menu content when in "tablet" version (width between mobile and desktop)

Development

A simple npm install can be used to prepare the project for development, and npm start to run.

Note: the environment variable REACT_APP_API_TOKEN must be declared with a valid token for the API requests. This can be done, for example, in a .env file added to the project root directory.

Depolyment

The latest version of the project has been deployed to Heroku at the following address:

https://busbud-challenge-danielpes.herokuapp.com/

For deploying separate versions, the comand npm run build can be used, creating all the deployable code under the build directory.

Screenshot

Screenshot

About

A microsite that lists bus travel schedules for a given route and a given date

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 72.3%
  • CSS 21.4%
  • HTML 6.3%