https://github.com/devzgabriel/askoffe
Create live Q&A rooms and answer your audience's questions in real-time
https://github.com/devzgabriel/askoffe
firebase firebase-auth firebase-database react sass typescript
Last synced: about 2 months ago
JSON representation
Create live Q&A rooms and answer your audience's questions in real-time
- Host: GitHub
- URL: https://github.com/devzgabriel/askoffe
- Owner: devzgabriel
- License: mit
- Created: 2021-06-23T00:45:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-27T22:19:16.000Z (almost 5 years ago)
- Last Synced: 2025-06-28T11:42:40.975Z (12 months ago)
- Topics: firebase, firebase-auth, firebase-database, react, sass, typescript
- Language: TypeScript
- Homepage:
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dark Version
## Create live Q&A rooms and answer your audience's questions in real-time
## ๐งช Technologies
This project was developed using the following technologies:
- [React](https://reactjs.org)
- [Firebase](https://firebase.google.com/)
- [TypeScript](https://www.typescriptlang.org/)
## ๐ Getting started
Clone the project and access the folder.
```bash
$ git clone git@github.com:devzgabriel/Askoffe.git
$ cd Askoffe
```
Follow the steps below:
```bash
# Install the dependencies
$ yarn
# Start the project
$ yarn start
```
The app will be available for access on your browser at http://localhost:3000
## ๐ Layout
You can view the `old` project layout through the links below:
- [Layout Web](https://www.figma.com/file/u0BQK8rCf2KgzcukdRRCWh/Letmeask/duplicate)
Remembering that you need to have a [Figma](http://figma.com/) account to access it.
## ๐ License
This project is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for details.
---
Made with ๐ by Gabriel Silva and Rocketseat