Skip to content

daniel-nicacio/feedback-widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feedback Widget - NLW #8

  • Widget developed to receive feedbacks.
  • This is a project developed during Next Level Week, offered by Rocketseat.

✨ Built with

🎉 Deploy

🛠️ Features

  • Sending feedback
  • Screenshot with html2canvas
  • Using MailTrap to send emails with feedbacks

🔖 Layout

  • You can view the layout of the project through this link. You need an account on Figma to access it.

🚀 How to run

# Clone Repository
$ git clone https://github.com/daniel-nicacio/feedback-widget.git

web

# 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

server

# 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

mobile

# 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

👨‍💻 Built by

📄 License

This project is under the MIT license. See the LICENSE file for more details.