Next Level Week is an event created by Rocketseat with the objective of teaching and sharing knowledge about frontend, backend and mobile applications using the highest level of programming to take you to the next level!
Feedback Widget - A functionality to send feedbacks and bug reports in an application.
Do you want to test this app? Click here 👈🏽
This project was developed with the following technologies:
Utilities:
You can see the layout of the project through this link. It is necessary to have an account in Figma
# Clone this repository
# Access project folders
/web
/mobile
/server
# install the dependencies
npm install
# run application
frontend and backend: npm run dev
mobile: expo start
# Run tests from the backend
in the server folder, run npm run test