

Letmeask is a web application to create interactive Q&A rooms to help streamers/content creators. The project was developed during Next Level Week #06 Together (ReactJS), event presented by Rocketseat.
To complement the project I developed: toast notifications, logout flow, room reopen flow, listing of user rooms, permission rules for accessing links, interaction rules with the room and others fixes.
This project was developed using the following technologies:
You can view the project layout through this link. You must have an account at Figma to access it.
- First, you need install Node.js and Yarn.
- Clone the repository
git clone https://github.com/rafaelthz/letmeask-nlw6.git
- Access the folder
cd letmeask-nlw6
- Install the dependencies with
yarn
- Create a
.env.local
file and add the yours Firebase SDK configs – see more on the docs - Start the server with
yarn start
Now you can access localhost:3000
in your browser.
Remembering that it will be necessary to create an account in Firebase and a project to make a Realtime Database available.
Inspired by Rocketseat Education.

Leave a Reply