Skip to content

allobankdev/allo-frontend-test

Repository files navigation

Allo Bank Frontend Technical Assignment

In this assignment, you’re assigned to create a website that displays rockets. This website only has two screens: rocket list screen and rocket detail screen. Here are the requirements:

Functional Requirements

  • As a user, I want to see a list of rockets in the rocket list screen (Show each rocket image, rocket name, and rocket description)
  • As a user, I want to be able to filter the rockets in the rocket list screen
  • As a user, I want to be able to add the new rocket in the rocket list screen
  • As a user, I want to be able to see the rocket detail by clicking a rocket in the rocket list screen (Show rocket image, rocket name, rocket description, cost per launch, country, first flight)

Non-Functional Requirements

  • Use Space-X API (https://github.com/r-spacex/SpaceX-API) for getting the rocket data
  • Implement routers
  • Implement state management
  • Implement lifecycles
  • Create components based will be + points
  • UI states (Loading, Fail/Retry, and Success)
  • Show loading when waiting response from API
  • If an error occurred, user can retry by pressing retry button
  • Show result when get response from API

Nice to have characteristics

Responsive design You don’t need to worry about the detailed design, we’re not interested in your artistic prowess (for now), put your efforts on creating a readable/clean/maintainable source code.

Submission

  1. Fork this repository.

  2. Implement your solution on a dedicated feature branch (e.g., feat/allo-spacex).

  3. When complete, submit your solution via a Pull Request (PR) back to the main repository.

  4. Please complete the form to submit your technical test: Click Here

Good luck with your assignment! Don't hesitate to contact us if you have any questions about the assignment process.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published