feedbacky-ezgiimamoglu
v1.0.34
Published
A feedback app built with React, TypeScript, TailwindCSS, and Vite.
Readme
Feedbacky UI
Description
Feedbacky UI is a react component for customer.
Techs & Features
- [x] React
- [x] Vite
- [x] Vitest
- [x] Typescript
- [x] Module Css
- [x] Tailwind
- [x] Responsive design
- [x] Clean architecture
- [x] Unit Testing (Vitest-Jest)
- [x] E2E Testing (Cypress)
- [x] Custom hooks
- [x] Service structure
- [x] Component base design

Installation
Instructions for setting up and installing the project.
$ pnpm installRunning the app
# development
$ pnpm run dev
# unit tests
$ pnpm run test
# test coverage
$ pnpm run test:cov
# e2e cypress
$ pnpm run cypress:openStructure
.
└── src/
├── components/
├── constants /
├── hooks/
├── services/
│ └── models/
└── test/| Syntax | Description | | ----------- | ----------- | | components | Contains UI views and their details | | constants | Contains fixed values to be used throughout the project, including API endpoints | | hooks | Contains specific business logic and interactors for making service requests | | services | Contains classes that manage data operations |
Stay in touch
- Author - Ezgi İmamoğlu
