Welcome to the Cousera-react-basics repository! 🚀 This project is an exciting culmination of the React basics course, a pivotal part of the meta frontend-web development journey.
Dive into the world of interactive web development with this simple yet powerful calculator. It doesn't just stop at basic arithmetic; it's your go-to for addition, subtraction, multiplication, and division. Unleash your math wizardry!
Ready to experience the magic firsthand? Check out the live calculator here. Engage, calculate, and discover the wonders of React in action!
Excited to contribute and enhance this project? Feel free to fork the repository, make your improvements, and submit a pull request. Let's collaborate and make this calculator even more amazing!
- Clone the repository to your local machine.
- Open the project in your favorite code editor.
- Launch the app and start experimenting with the calculator.
git clone https://github.com/jen67/Cousera-react-basics.git
cd Cousera-react-basics
npm install
npm start