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

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

Awesome Lists containing this project

README

          

# Letmeask

Logo

Letmeask
Stars


## ๐Ÿงช 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)