Next Level Week is a yearly event created by RocketSeat.
The tech stack that they use the most is React, React Native and Node.
In this event, we created a widget to allow the users to send feedback and store in in a database.
You can find the layout of this project in this link.
You must create a Figma account to access, view and duplicate.
Create a new directory to place the repository
cd my-directory
Clone the project
git clone https://github.com/trapflames/nlw-return-impulse.git
Go to the project directory
cd nlw-return-impulse-web
Open terminal, go to server folder and execute the following command:
cd server
npm run dev
If you want to check the feedback database, run npx prisma studio
Open terminal, go to web folder and execute the following command:
cd web
npm run dev
You can now open http://localhost:3000/
and test locally
Open terminal, go to mobile folder and execute the following command:
cd mobile
expo start
Then open on your mobile device or emulator
- Dark/Light theme switch button
- Create feedback dashboard
MIT