https://github.com/arrudadev/letmeask
This is a project developed during Next Level Week Together, presented from 20 to 27 June 2021.
https://github.com/arrudadev/letmeask
firebase nextlevelweek reactjs rocketseat typescript
Last synced: 3 months ago
JSON representation
This is a project developed during Next Level Week Together, presented from 20 to 27 June 2021.
- Host: GitHub
- URL: https://github.com/arrudadev/letmeask
- Owner: arrudadev
- License: mit
- Created: 2021-06-23T00:19:06.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-11T18:04:39.000Z (almost 5 years ago)
- Last Synced: 2025-01-14T09:31:13.151Z (over 1 year ago)
- Topics: firebase, nextlevelweek, reactjs, rocketseat, typescript
- Language: TypeScript
- Homepage:
- Size: 1.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/MIT)
[](http://makeapullrequest.com)
> This is a project developed during Next Level Week Together, presented from 20 to 27 June 2021.
Letmeask is perfect for content creators can create Q&A rooms with their audience in a very organized and democratic way.

# :pushpin: Table of Contents
* [Technologies](#-technologies)
* [Installation](#construction_worker-installation)
* [Getting Started](#runner-getting-started)
* [Found a bug? Missing a specific feature?](#bug-issues)
* [Contributing](#tada-contributing)
* [License](#closed_book-license)
## 💻 Technologies
This project was developed with the following technologies:
- [Typescript](https://www.typescriptlang.org/)
- [React](https://reactjs.org)
- [Firebase](https://firebase.google.com/)
# :construction_worker: Installation
**You need to install [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) first, then in order to clone the project via HTTPS, run this command:**
```
git clone https://github.com/monteiro-alexandre/letmeask.git
```
SSH URLs provide access to a Git repository via SSH, a secure protocol. If you use a SSH key registered in your Github account, clone the project using this command:
```
git clone git@github.com:monteiro-alexandre/letmeask.git
```
Remember that you will need to create a [Firebase](https://firebase.google.com/) account and a project to make a Realtime Database available.
**Install dependencies**
```
yarn install
```
Or
```
npm install
```
# :runner: Getting Started
Run the following command in order to start the application in a development environment:
```yarn start```
# :bug: Issues
Feel free to **file a new issue** with a respective title and description on the the [Lemeask](https://github.com/monteiro-alexandre/letmeask/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**! Have a look at our [contribution guidelines](https://github.com/monteiro-alexandre/letmeask/blob/main/CONTRIBUTING.md) to find out about the coding standards.
# :tada: Contributing
Check out the [contributing](https://github.com/monteiro-alexandre/letmeask/blob/main/CONTRIBUTING.md) page to see the best places to file issues, start discussions and begin contributing.
# :closed_book: License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.