An app to learn React Essentials - Components, Props, State management, JSX etc.
To run locally, clone the repository and navigate to the project root directory. Run the following commands in the terminal (assuming npm is installed).
npm install
npm run dev