An open API service indexing awesome lists of open source software.

https://github.com/luc-ribeiro/nlw-06-letmeask-react

Letmeask is an app that allows content creators to create Q&A rooms with their audience in a very organized and democratic way. Built with React and Firebase.
https://github.com/luc-ribeiro/nlw-06-letmeask-react

firebase react sass typescript

Last synced: 3 months ago
JSON representation

Letmeask is an app that allows content creators to create Q&A rooms with their audience in a very organized and democratic way. Built with React and Firebase.

Awesome Lists containing this project

README

          


Next Level Week #06 - Letmeask



![Letmeask](https://github.com/luc-ribeiro/nlw-06-react-letmeask/blob/main/design/logo.svg)


Click here to view the english version.


## 💻 Projeto
Letmeask é um app que permite criadores de conteúdos possam criar salas de Q&A com o seu público, de uma forma muito organizada e democrática.

## 🚀 Tecnologias

- **React**
- **Firebase**
- **TypeScript**


![banner](https://github.com/luc-ribeiro/nlw-06-react-letmeask/blob/main/design/mockup.svg)

## :page_facing_up: Como utilizar

Faça um clone deste repositório:

```sh
$ git clone https://github.com/luc-ribeiro/nlw-06-react-letmeask-react.git
```

Instale as dependências:

```sh
# com npm
$ npm install

# com yarn
$ yarn install
```

Execute o comando:

```sh
# com npm
$ npm start

# com yarn
$ yarn start
```

Acesse o projeto em `localhost:3000`

Lembrando que será necessário criar uma conta no [Firebase](https://firebase.google.com/) e um projeto para disponibilizar um Realtime Database.