Give me feedback is a project developed at the NLW event by @Rocketseat to capture messages from users during the lecture doWhile.
I have deployed the backend on Heroku, and the front-end app in Vercel. You can see this project here. (Leave a comment)
I made some new features to challenge myself, and improve the initial purpose:
- Micro-interactions implemented when the message is sent and appears on the main screen ✅
- Added a timeout when the message is sent, to prevent messages from flooding ✅
- Add support for English
1 - Clone this repository:
git clone https://github.com/asleeplevi/give-me-feedback.git
2 - Install de dependencies:
#npm
npm install
# or yarn
yarn install
3 - Run dev
script
#npm
npm run dev
#or using yarn
yarn dev
Developed with ❤️ by levi