This is an application built with React that allows users to log in, edit their information and make requests for quotes on solar panels.
Once the application is running, navigate to http://localhost:3000 in your web browser to view it. From there, you can log in, edit your information, and make requests for quotes on solar panels.
To install and run this application, follow these steps:
- Clone the repository to your local machine.
git clone https://github.com/humberto0/solar-panel-application-front-end.git
- To install all dependencies.
yarn
- To start the application in development mode.
yarn start
- Open http://localhost:3000 to view it in the browser.
Scripts
This project includes the following scripts:
- start: starts the development server
- build: creates a production build
- test: runs the test suite
- eject: ejects the app from Create React App
This project uses the following dependencies:
{
"name": "desafio-07",
"version": "0.1.0",
"private": true,
"dependencies": {
"@unform/core": "^2.1.3",
"@unform/web": "^2.1.3",
"axios": "^0.19.2",
"filesize": "^6.1.0",
"framer-motion": "^3.2.2-rc.1",
"history": "^4.10.1",
"polished": "^3.5.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-dropzone": "^10.2.2",
"react-icons": "^4.1.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"react-spring": "^8.0.27",
"styled-components": "^5.1.0",
"typescript": "~3.7.2",
"uuidv4": "^6.2.6",
"yup": "0.28.2"
},
This project is licensed under the MIT License - see the LICENSE.md file for details.