forked from Techtonica/curriculum
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: changes to React week (Techtonica#956)
* add mongoose note to mongo-db, reword & pare down ev-react directions * remove mongoose & security reqs from react assessment * rename react asesmt since mongo was removed
- Loading branch information
Showing
5 changed files
with
81 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
## Assessment #9.0: Add a field to your Eventonica User | ||
|
||
### Languages | ||
- JS | ||
|
||
### Frameworks | ||
- React | ||
|
||
### Libraries/ Tools | ||
- Jest | ||
- Enzyme | ||
|
||
### Primary Goals | ||
Demonstrate understanding of React, Enzyme, and Jest by adding a feature to your eventonica-react UI. | ||
|
||
### Overview | ||
In this project, you will have 4 hours to **display the attendees of an event** throughout your React/Postgres eventonica-react app. | ||
|
||
### Basic Requirements | ||
1. You can do online research, but do not share knowledge with other apprentices today. | ||
2. Your project is due in 4 hours. | ||
|
||
## Setup Instructions | ||
- [ ] Create a new branch called "attendees", and add all your changes there. Push your new branch up to GitHub. | ||
|
||
## Project Instructions | ||
----- | ||
|
||
#### React & Enzyme | ||
|
||
- [ ] Plan out the user's journey: | ||
* where will they find the event attendee feature? where would they look for it? | ||
* how will the data be organized? | ||
* will the user need do perform an action to make the data visible? | ||
* will the data stay on the page, or can it be closed/minimized? | ||
- [ ] Present and style your new data somewhere in the UI using React. Functionality should take priority over beauty. | ||
- [ ] Add shallow and mount testing with Enzyme and Jest for your new elements. | ||
** Use any extra time to improve test coverage and add polish. You will be deploying this project next week. | ||
** Commit early and often, with useful commit messages. | ||
----- | ||
|
||
#### Submit your project | ||
|
||
- [ ] Your project and new feature must run. | ||
- [ ] Note any updates to run instructions in your branch's README.md. | ||
- [ ] Do not merge "attendees" to your master branch. Push up your final changes, and send the url of your updated project to your Program Manager. |
This file was deleted.
Oops, something went wrong.