Letmeask is an application made during the sixth edition of NLW, the NLW Together, in the ReactJS track.
Image from Rocketseat's official repository
Allow users to create a room for other users to enter and ask questions for the creator of the room. The admin users of the room can see questions in real time, delete it and turn it highlighted; users in the room can see questions in real time and like a questions.
-
New style of the application.
-
Create modal to exclude.
- Clone the repository
- Enter the project folder you want
- Run
npm install
to install dependecies - Fill
.env
file with your credentials - Run
npm run dev
to run the project
- ReactJS
- Firebase
- TypeScript
- Classnames
- Sass
- React-router-dom