Project | Technologies | Features | Getting started | License
Mobile version of a feedback widget application, dubbed "Feedget", which can be added to any mobile or web environment.
The user chooses a type of feedback to be sent, after that a description is requested for the feedback and optionally the user can automatically add a screenshot, after sending the feedback will be registered in the database and an email will be automatically sent to the website/application owner.
Project developed during Rocketseat's Next Level Week Return
Access the running application: https://feedget-app.vercel.app
Web version: Feedback Widget (Web)
✔️ Send text feedback
✔️ Button to send automatic screenshot, requiring no other user action
✔️ Automatic emailing to website/app owner
✔️ Possibility of sending a new feedback at the end
Clone the project and access the folder
git clone https://github.com/LuccaDi/feedback-widget-mobile.git && cd feedback-widget-mobile
Follow the steps below
Make sure you have the server running (or you will only be able to see the front-end, the application will not work)
To clone the server and run it, go to Feedback Widget (API)
# Install the dependencies
$ npm install
# If you are going to emulate with android, run this command
$ npm run android
# If you are going to emulate with ios, run this command
$ npm run ios
# Or just start the bundle
$ npm run start
#or
$ expo start
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ by Lucca Di Bastiani