Skip to content

Afternoon project review react 1 & 2. Finished Required. Not finished Black Diamond

Notifications You must be signed in to change notification settings

blamb31/react-i-ii-afternoon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Project Summary

In this project, you will create a user directory that matches the mockup provided. You will create this project from the ground up, including running create-react-app and building out the CSS and React components. The user data you will display has been provided for you in data.js. You won't receive much instruction on this project, but ask your mentors for help as often as needed.

Example

Example

Requirements

Your project should...

  • Use at least 3 different components, including at least 1 that holds and updates state.
  • Allow users to navigate through all the user information from the array in data.js using the < Previous and Next > buttons. Include special handling for those buttons for the first and last users in the array to avoid errors.
  • Display where in the array the current user is located (ex. 1/25)
  • Match the layout and styling of the mockup as closely as possible.

*Note: The Edit, Delete and New buttons are not required to get credit for this project. They are part of the Black Diamond if you finish the requirements early.

Black Diamond

  • After the < Previous and Next > buttons are functional, start working on Delete.
  • After the Delete button is functional, start working on New. This will require a form for users to input new information. Focus on the functionality more than the styling.
  • After the New button is functional, start working on Edit. This will also require a form for users to input updated information. Focus on the functionality more than the styling.

Contributions

If you see a problem or a typo, please fork, make the necessary changes, and create a pull request so we can review your changes and merge them into the master repo and branch.

Copyright

© DevMountain LLC, 2018. Unauthorized use and/or duplication of this material without express and written permission from DevMountain, LLC is strictly prohibited. Excerpts and links may be used, provided that full and clear credit is given to DevMountain with appropriate and specific direction to the original content.

# react-i-ii-afternoon

About

Afternoon project review react 1 & 2. Finished Required. Not finished Black Diamond

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published