Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/josepholiveira/letmeask
- Owner: josepholiveira
- Created: 2021-06-18T21:35:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-25T11:10:37.000Z (over 3 years ago)
- Last Synced: 2024-10-04T15:22:09.707Z (about 1 month ago)
- Topics: letmeask, nlw, nlw-6, reactjs, rocketseat
- Language: TypeScript
- Homepage:
- Size: 425 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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)