Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oarthurzanoni/feedback-widget
Feedback widget created during Rocketseat NLW Return
https://github.com/oarthurzanoni/feedback-widget
jest react-native reactjs tailwindcss typescript
Last synced: about 2 months ago
JSON representation
Feedback widget created during Rocketseat NLW Return
- Host: GitHub
- URL: https://github.com/oarthurzanoni/feedback-widget
- Owner: oarthurzanoni
- Created: 2022-05-05T22:42:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-11T17:49:29.000Z (over 2 years ago)
- Last Synced: 2024-04-23T06:17:06.076Z (9 months ago)
- Topics: jest, react-native, reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://feedback-widget-ten-pearl.vercel.app/
- Size: 494 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![cover](.github/cover.png?style=flat)
## 💻 Project
Widget that allow users to send feedback about an app## ✨ Techs
- [ ] React Native
- [ ] Typescript
- [ ] Expo
- [ ] Axios
- [ ] React
- [ ] Vite
- [ ] Tailwind CSS
- [ ] Jest
- [ ] Prisma## :hammer_and_wrench: Features
- [ ] Submit screenshot
- [ ] Submit comment
- [ ] Send email
- [ ] Save feedback into database## 🔖 Layout
You can see this project layout at [this link](https://www.figma.com/community/file/991338130828322960). A [Figma](http://figma.com/) account is required to do so.
## Running this project locally
Install dependencies using **yarn** or **npm**.
Start the server
```cl
yarn dev
```Start the web
```cl
yarn start
```Start the mobile
```cl
expo start
```Set config variables
API
```cl
DATABASE_URL=
```Web
```cl
VITE_API_URL=
```