Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/josepholiveira/letmeask

Let viewers decide which questions the host should answer during a livestream. Developed during @Rocketseat NLW#06 free training.
https://github.com/josepholiveira/letmeask

letmeask nlw nlw-6 reactjs rocketseat

Last synced: 12 days ago
JSON representation

Let viewers decide which questions the host should answer during a livestream. Developed during @Rocketseat NLW#06 free training.

Awesome Lists containing this project

README

        


Let Me Ask logo

## Let Me Ask

[![Author](https://img.shields.io/badge/author-josepholiveira-835AFD?style=flat-square)](https://github.com/josepholiveira)
[![Languages](https://img.shields.io/github/languages/count/josepholiveira/letmeask?color=%23835AFD&style=flat-square)](#)
[![Stars](https://img.shields.io/github/stars/josepholiveira/letmeask?color=835AFD&style=flat-square)](https://github.com/josepholiveira/letmeask/stargazers)


Let Me Ask is a platform built to let you gather questions from your viewers during your stream and let them vote for which are the best questions for you to answer.

![Let Me Ask preview](.github/app-preview.png)

## Tecnologies

This project was developed using cutting edge front-end technologies.

- [ReactJS](https://reactjs.org/)
- [Typescript](https://www.typescriptlang.org/)
- [Firebase Authentication](https://firebase.google.com/products/auth)
- [Firebase Realtime Database](https://firebase.google.com/products/realtime-database)

## 💻 Getting started

### Requirements

- You need to install both [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) to run this project.

**Clone the project and access the folder**

```bash
$ git clone https://github.com/josepholiveira/letmeask.git && cd letmeask
```

**Follow the steps below**

```bash
# Install the dependencies
$ yarn

# Remember to configure your .env.local following the .env.exemple

# Run the web server
$ yarn start
```

The app will be available for access on your browser at `http://localhost:3000`

## 📝 License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

---

Made with 💜 by Joseph Oliveira 👋 [Check out my LinkedIn](https://www.linkedin.com/in/joseph-oliveira-294a19165)