0.1.2 • Published 3 years ago

@matintosh/carousel v0.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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
  1. Set up the app (run it!)
  2. Create a new carousel component to display all the ships based on the design
  3. Create a new page using that component to display the ships
  4. Fetch the data from that component using this API
/api/ships
  1. 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
  1. Modify the API so when the ship is edited it sends that data to the API via PUT method on the same URL.

image

May the Force be with you

This is a Next.js project bootstrapped with create-next-app.