Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 635 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 635 Bytes

Create a dynamic guest list using React and CSS modules

  1. Make a rough sketch of the page (on the first load and afterwards).
  2. Scaffold the project, create Readme.
  3. Add css file for basic styling.
  4. Research and set up the required API.
  5. Render a static rough version of the page.
  6. Add functionality according to the task.
  • Adding a guest
  • Deleting a guest
  • Toggling the attending status of the guest with a checkbox.
  • Displaying all of the guests (from API).
  1. Deploy api to the Replit.
  2. Preflight.
  3. Netlify.
  4. CodeSandbox.
  5. Drone.