Skip to content

Latest commit

 

History

History

essentials-practice

React Essentials - Practice Project

Key Topics

  • Build an "Investments Calculator" Web App
  • Build, Configure & Combine Components
  • Manage Application State
  • Output List & Conditional Content

Running the Application

To run the application, follow these steps:

git clone https://github.com/ThomasCode92/react-complete-guide
cd complete-path/essentials-practice    # navigate to project folder
npm run install                         # install dependencies
npm run dev                             # start development server

Open http://localhost:5173 in a browser to view the application.