Next Level Week is a yearly event created by RocketSeat.
The goal of this event is to teach and share knowledge about frontend, backend and mobile applications.
The tech stack that they use the most is React, React Native and Node.
This year, we created a widget to allow the users to send feedback. This repository contains the web user interface of the widget.
You can find the layout of this project in this link.
You must create an account to access and view.
- Change email service to a production one
- Improve email HTML + CSS
- Add parameters and algorithms validation
- Handle error
- Display user friendly message
Create and go to the directory where you want to place the repository
cd my-directory
Clone the project
git clone https://github.com/pncsoares/nlw-return-impulse-server.git
Go to the project directory
cd nlw-return-impulse-server
Open terminal and execute the following command:
npm run dev
Open terminal and execute the following command:
npm run test
MIT