Giter Club home page Giter Club logo

myfirstreactdeploy's Introduction

Module 20 Mini-Project: Bucket List

In this mini-project, you are given starter code for a React Bucket List app. Some pieces of the application are not complete, and it is your mission to take what you have learned so far and complete the app.

This project invites you to use most of the concepts you've learned in this module. You will manage state using the useState Hook, pass data as props to child components, and use lists and keys to render a list of bucket-list items.

Activity

Work with your group to resolve the following issues:

  • As a user, I want to be able to able to enter a bucket-list item.

  • As a user, I want to be able to set the eagerness level of a bucket-list item.

  • As a user, I want to see a list of all my bucket-list items after they are added, with colors that identify their eagerness level.

  • As a user, I want to be able to edit and delete bucket-list items.

Acceptance Criteria

  • It's done when I write logic to add a bucket-list item in components/BucketList.js.

  • It's done when I write logic to mark a bucket-list item as complete or incomplete.

  • It's done when I write logic that will remove a bucket-list item from the list.

  • It's done when I write logic to update a bucket-list item in components/Bucket.js.

  • It's done when I write logic to render a list of bucket-list items using .map.

  • It's done when each bucket-list item has a color that corresponds to the priority or "eagerness" to complete.

  • It's done when each bucket-list item renders a button to edit and delete the item.


๐Ÿ’ก Hints

  • How can we use string interpolation in className attributes to help change the color of the bucket-list items?

๐Ÿ† Bonus

If you have completed this activity, work through the following challenge with your partner to further your knowledge:

  • Which React Hooks could we use in combination with local storage to make the bucket list persist after refreshes?

Use Google or another search engine to research this.


ยฉ 2022 Trilogy Education Services, LLC, a 2U, Inc. brand. Confidential and Proprietary. All Rights Reserved.

myfirstreactdeploy's People

Contributors

kiira2125 avatar

Stargazers

Roman avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.