Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adsonnovaes/letmeask
Aplicação que facilita a criação e a priorização de perguntas referentes a um determinado assunto. Desenvolvido durante a NLW Together, trilha react.
https://github.com/adsonnovaes/letmeask
firebase nlw-together react rocketseat scss typescript
Last synced: 25 days ago
JSON representation
Aplicação que facilita a criação e a priorização de perguntas referentes a um determinado assunto. Desenvolvido durante a NLW Together, trilha react.
- Host: GitHub
- URL: https://github.com/adsonnovaes/letmeask
- Owner: adsonnovaes
- Created: 2021-07-27T05:39:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-16T04:16:50.000Z (over 3 years ago)
- Last Synced: 2024-11-14T17:34:12.486Z (3 months ago)
- Topics: firebase, nlw-together, react, rocketseat, scss, typescript
- Language: TypeScript
- Homepage: https://letmeask-nlw-sigma.vercel.app/
- Size: 1000 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
![]()
## 🧪 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 https://github.com/adsonnovaes/Letmeask.git
$ cd Letmeask
```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## ⚡ Exchange of Themes
The project has the theme change, allowing the choice between the light theme and the dark theme, saving the user's preference:
### Light Theme
![]()
### Dark Theme
![]()