issues
search
LeslieAine
/
math-magicians
MIT License
2
stars
0
forks
source link
create react component to display design
#2
Closed
LeslieAine
closed
1 year ago
LeslieAine
commented
1 year ago
In this PR I;
Deleted all the boilerplate from Create React App (text, images, styles).
Created a new directory called components.
Inside components, created a new Calculator.js file.
In Calculator.js, created a React component that matches this design:
In this PR I;