https://letmeask-8e8b5.web.app/
This project was developed with the following technologies:
- Clone the repository and access its folder.
$ git clone https://github.com/diogoditorr/nlw-06-react
$ cd nlw-6-react- Install dependencies:
$ yarn-
Create a Firebase project and set up a Realtime Database.
-
Add your Firabase project's configuration to the project by creating a file called
.envin the root of the project and setting the following environment variables: (There is a.env.exampleas well)
REACT_APP_API_KEY=
REACT_APP_AUTH_DOMAIN=
REACT_APP_DATABASE_URL=
REACT_APP_PROJECT_ID=
REACT_APP_STORAGE_BUCKET=
REACT_APP_MESSAGING_SENDER_ID=
REACT_APP_APP_ID=
- Start the project
$ yarn startThe app will be available in the browser at http://localhost:3000.
Letmeask is a platform that allows content creators to create Q&A rroms with their audience in a organized and democratic way.
This project was developed as part of Next Level Week Together, which took place from June 20-27, 2021.
THe project's layout is available on Figma:
You will need a Figma account to view the layout.
This project is licensed under the MIT License. See the LICENSE file for more details.

