Register
Submit a solution
The challenge is finished.

Challenge Overview

Rebel Resources

This is the MEDIUM 500 Points Competition to create a dropdown that will pull data from the provided API and display them in a table.
This challenge is a part of Master CodeWalker: Topcoder Skill Builder Competition : Full Stack
Learn More and Register for this competition before submitting a solution to this problem.

After entering the palace, Master CodeWalker as The Rebel Alliance highest command officer needs to check Republic Empire resources before initiating the next attack against the Galactic Empire.

What do you need to do next?

- There’s no storyboard provided like a normal challenge. You need to follow the description below and start to build the Full Stack App.
- You can use this Full Stack starter pack as base submission or come up with your own ideas: https://github.com/DavideViolante/Angular-Full-Stack
- Add a new menu for “Empire Data” that will take to this new page.


1. Frontend:

- Read about Public API to pull Empire sample data here: https://swapi.dev/documentation#root
- Create a resource dropdown:
-- Film -- The URL root for Film resources
-- People -- The URL root for People resources
-- Planets -- The URL root for Planet resources
-- Species -- The URL root for Species resources
-- Starships -- The URL root for Starships resources
-- Vehicles -- The URL root for Vehicles resources
- After selecting the option you need to render data in Table List (Use a bootstrap table like in starter pack) to list all the resources in that category
- Each item on the list should have a “Details” button. Clicking on the detail button, it should load the modal window for that resource.



2. Backend:

- No backend for this Medium task


3. Database:

- No database for this Medium task
- Let’s discuss any problems and obstacles on the challenge forum. We need to find the best possible solution.

Final Submission Guidelines

- You can submit a patch file against the provided codebase
- You can also submit your whole codebase to us

ELIGIBLE EVENTS:

2021 Topcoder(R) Open

Review style

Final Review

Community Review Board

Approval

User Sign-Off

ID: 30139146