This project was bootstrapped with Create React App.
-✨ Developed with ❤️ and data provided by this API :)
https://hp-api.herokuapp.com/
-✨ Structure made with components.
-✨ Navigable routes that make the SPA work.
-✨ Use of the state to manage interface information from App.js.
-✨ Use of lifecycle methods for requests to the server.
-✨ Verification of types with PropTypes - React.
-✨ Styles created with SASS.
-✨ The SPA is responsive for mobile, tablet and computer. Is was made with Flex-box and CSS-Grid.
You cand find a link to the SPA in GitHub Pages accessible from the header of this repository.
npm install
npm start
- Add
"homepage": "./"at the top ofpackage.json - Replace all
httpbyhttps - Run
(sudo) npm run build - If a
docsfolder already exists:(sudo) rm -rf docs mv build docs