It's an application made for developers to register on their CV and possibly get a job. Its possible to include their contacts, preferences and skills.
In the first, you need to install in your computer the follow tools: Git, Node.js and could be good a code editor like as VSCode
$ start React
yarn create react-app --template typescript
# Install Dependencies
$ yarn add
# Run Aplication
$ yarn dev
# Another Dependencies
"@hookform/resolvers": "^2.9.10",
"react-hook-form": "^7.38.0",
"react-router-dom": "^6.4.2",
"react-select": "^5.5.9",
"styled-components": "^5.3.6",
"yup": "^0.32.11"
It's used API from BrasilApi
Go to http://127.0.0.1:5173/ to see the result.
This project was made using the follow technologies: