https://github.com/devhyrum/features-section-application
Este é um projeto em React que exibe uma seção de recursos com informações e ícones representativos.
https://github.com/devhyrum/features-section-application
frontend-mentor reactjs
Last synced: about 2 months ago
JSON representation
Este é um projeto em React que exibe uma seção de recursos com informações e ícones representativos.
- Host: GitHub
- URL: https://github.com/devhyrum/features-section-application
- Owner: devHyrum
- Created: 2024-06-04T19:52:23.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T22:45:21.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T16:32:45.299Z (over 1 year ago)
- Topics: frontend-mentor, reactjs
- Language: JavaScript
- Homepage: https://features-section-application.vercel.app
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Features Section Application
Este é um projeto em React que exibe uma seção de recursos com informações e ícones representativos.


## Visão Geral
Este projeto é uma aplicação React que apresenta uma seção de recursos com quatro boxes informativos. Cada box contém um título, uma descrição e um ícone ilustrativo. Design foi extraído de **[Frontend Mentor](https://www.frontendmentor.io/challenges/four-card-feature-section-weK1eFYK)**
## Estrutura do Projeto
```plaintext
├── public/
│ └── pictures/
│ ├── icon-supervisor.svg
│ ├── icon-karma.svg
│ ├── icon-team-builder.svg
│ └── icon-calculator.svg
├── src/
│ ├── components/
│ │ ├── FeatureBox/
│ │ │ ├── FeatureBox.jsx
│ │ │ └── FeatureBox.css
│ │ ├── FeaturesSection/
│ │ │ ├── FeaturesSection.jsx
│ │ │ └── FeaturesSection.css
│ ├── App.jsx
│ └── index.js
├── .gitignore
├── package.json
└── README.md
```
## Contribuição
Contribuições são bem-vindas! Se você tiver alguma melhoria ou correção, sinta-se à vontade para abrir uma issue ou enviar um pull request.
1. Fork o repositório
2. Crie uma nova branch (git checkout -b feature/nova-feature)
3. Faça as alterações desejadas e commit (git commit -am 'Adiciona nova feature')
4. Push para a branch (git push origin feature/nova-feature)
5. Abra um Pull Request