0.1.2 • Published 3 years ago
@matintosh/carousel v0.1.2
Help the Rebels
Greetings my friend. My name is C3PO, and I'm here to deliver a message from the Rebels. Here it goes:
"You have been asked by Princess Leia to create a new tool to identify the Rebel ships."
So what you will be doing
- Set up the app (run it!)
- Create a new carousel component to display all the ships based on the design
- Create a new page using that component to display the ships
- Fetch the data from that component using this API
/api/ships
- When a ship is clicked you need to show a modal to edit the name or description of the ship and save it to the current state (load the current text on the fields).
OPTIONAL
- Modify the API so when the ship is edited it sends that data to the API via PUT method on the same URL.
May the Force be with you
This is a Next.js project bootstrapped with create-next-app
.