Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 671 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 671 Bytes

Calculator App (React)

This tutorial will guide you through the process of building a calculator web application using React. By following these steps, you will not only develop your calculator but also gain insights into effective component usage and hosting the application on Netlify.

This app allows users to do basic calculations

-Create a fully working calculator. -Create styling and define inline style properties -Manage state of the equation to determine the output of the expression. -Use CSS variables throughout your styling.

Tools

REACT

npx create-react-app stopwatch-app
cd stopwatch-app
npm install react-icons
npm run start