Dynamic User Interface Interactions Exercise from The Odin Project Curriculum.
To run this locally:
-
Clone the repo:
git clone git@github.com:bycdiaz/dynamic-user-interface-exercise.git
-
In the project directory, run
npm i
. Once that command has finished, runnpm run build
View it here.