https://github.com/ramonxm/letmeask-web
๐ | A question and answer project developed in SPA
https://github.com/ramonxm/letmeask-web
firebase firebase-realtime-database hooks modules react sass typescript
Last synced: 3 months ago
JSON representation
๐ | A question and answer project developed in SPA
- Host: GitHub
- URL: https://github.com/ramonxm/letmeask-web
- Owner: ramonxm
- Created: 2021-06-26T23:30:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-25T20:07:27.000Z (almost 5 years ago)
- Last Synced: 2025-06-30T11:03:59.218Z (about 1 year ago)
- Topics: firebase, firebase-realtime-database, hooks, modules, react, sass, typescript
- Language: TypeScript
- Homepage:
- Size: 485 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Letmeask


## ๐งช Technologies
This project was developed with the following technologies:
- [React](https://reactjs.org)
- [Firebase](https://firebase.google.com/)
- [TypeScript](https://www.typescriptlang.org/)
## ๐ How to run
Clone the project and access its folder.
```bash
$ git clone https://github.com/ramonxm/letmeask-web.git
$ cd letmeask-web
```
To start it, follow the steps below:
```bash
# Install dependencies
$ yarn
# Start the project
$ yarn start
```
The app will be available in your browser by address http://localhost:3000.
Remembering that you will need to create an account on [Firebase](https://firebase.google.com/) and a project to make a Realtime Database available.
## ๐ป Projeto
Letmeask is perfect for content creators to create Q&A rooms with their audience in a very organized and democratic way.
---
Made with ๐ by Ramon Xavier with Rocketseat ๐๐ป [Hello!](https://github.com/ramonxm)