Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonealvess/projetofinal-geracaotech-front
Projetos final desenvolvido no curso Geração Tech 2ed.
https://github.com/simonealvess/projetofinal-geracaotech-front
bootstrap css3 git github html5 javascript primereact reactjs styled-components vite
Last synced: about 1 month ago
JSON representation
Projetos final desenvolvido no curso Geração Tech 2ed.
- Host: GitHub
- URL: https://github.com/simonealvess/projetofinal-geracaotech-front
- Owner: SimoneAlvess
- Created: 2024-10-15T22:23:08.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T21:21:13.000Z (3 months ago)
- Last Synced: 2024-11-20T20:53:44.829Z (3 months ago)
- Topics: bootstrap, css3, git, github, html5, javascript, primereact, reactjs, styled-components, vite
- Language: JavaScript
- Homepage:
- Size: 9.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Projeto Final | Digital Store
- [Descrição](#-descrição)
- [Estrutura do Projeto](#-estrutura-do-projeto)
- [Tecnologias Utilizadas](#-tecnologias-utilizadas)## 📝 Descrição
Este projeto foi desenvolvido com base nas aulas do curso Geração Tech 2ª ed., como parte da avaliação final. O foco do projeto inclui a criação de componentes reutilizáveis, o gerenciamento eficiente de estado e a implementação de roteamento, entre outros conceitos e métodos abordados durante o curso.## 📁 Estrutura do Projeto
#### 🎨 FRONTEND
```
├── src/
| ├── assets
│ ├── compoments/
│ │ ├── Header
│ │ ├── Footer
│ │ ├── Logo
│ │ ├── ProductListing
│ │ ├── ProductCard
│ │ ├── ProductOptions
│ │ ├── BuyBox
│ │ ├── Section
│ │ ├── FilterGroup
│ │ ├── InfoComponent
| | ├── Gallery
│ └── pages/
│ ├── HomePage
│ ├── ProductViewPage
│ ├── ProductListingPage
| ├── Layout
| ├── Notfound
| └── routes/
| ├── Paths
| └── styles/
| ├── StylesGlobal
├── App.jsx
└── main.jsx```
## 🚀 Tecnologias Utilizadas
#### 🎨 FRONTEND
- React
- React Router
- React Helmet
- Vite
- Styled-components
- PropTypes
- Javascript
- CSS
- Bootstrap
- PrimeReact