- Widget developed to receive feedbacks.
- This is a project developed during Next Level Week, offered by Rocketseat.
- Deploy Web (Vercel): https://feedback-widget-orcin-six.vercel.app
- Sending feedback
- Screenshot with html2canvas
- Using MailTrap to send emails with feedbacks
- You can view the layout of the project through this link. You need an account on Figma to access it.
# Clone Repository
$ git clone https://github.com/daniel-nicacio/feedback-widget.git
# Insert in terminal
$ cd web
# Install Dependencies
$ npm i
# Make a copy of '.env.local.example' to '.env.local'
# and set with YOUR environment variables.
# Run Aplication
$ npm run dev
# Insert in terminal
$ cd server
# Install Dependencies
$ npm i
# Make a copy of '.env.example' to '.env'
# and set with YOUR environment variables.
# run the migrations
$ npx prisma migrate dev
# Run Aplication
$ npm run dev
# Insert in terminal
$ cd mobile
# Install Dependencies
$ npm i
# Run Aplication
$ expo start
# Change baseURL in src/lib/api to your 'http://ipv4:3333'
# Access through the Expo Go app
- Linkedin: https://www.linkedin.com/in/daniel-nic%C3%A1cio-figueiredo/
- E-mail: daniel.nicacio.f@gmail.com
This project is under the MIT license. See the LICENSE file for more details.