Skip to content

Commit eca1233

Browse files
authored
Update eventonica to include test reference links
1 parent 5f866a4 commit eca1233

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/eventonica-updated/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Postgres
3232
3. At least 15 commits and 1 PR (every time you make a working change to the code, commit + push at least daily)
3333
4. Customize the look of your page with CSS techniques - this is not a priority, so being minimal is okay
3434
5. Implement some basic tests
35+
- See the [jest](https://github.com/Techtonica/curriculum/blob/main/testing-and-tdd/jest.md), [vitest](https://github.com/Techtonica/curriculum/blob/main/testing-and-tdd/vitest.md), and [RTL](https://github.com/Techtonica/curriculum/blob/main/testing-and-tdd/react-testing-jest-and-RTL.md) topic outlines for more context.
3536
6. Create a README
3637
7. Implement the [useReducer hook](https://react.dev/reference/react/useReducer) with a clearly defined reducer function with appropiate actions and states; clearly defined dispatch functions to describe any actions taken to create a new state
3738
8. User can search DB by ONE of the following and return filtered event displayed to page

0 commit comments

Comments
 (0)