Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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=
```