by Hayeong Pyeon
- This project is an in-class practices for
useReducer
hook, part of React with APIs course. - Last updated on Feb 11, 2024
- Clone this repository to your desktop and open it with a text editor.
- Install all packages with
npm install
on your terminal. - To start a development server, run
npm start
.