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

https://github.com/vwernay/nlw-letmeask

This is a project developed during the (NLW) Next Level Week Together, presented by Rocketseat during June 2021.
https://github.com/vwernay/nlw-letmeask

firebase react typescript

Last synced: 6 months ago
JSON representation

This is a project developed during the (NLW) Next Level Week Together, presented by Rocketseat during June 2021.

Awesome Lists containing this project

README

          

# Letmeask


Letmeask


Letmeask


## ๐Ÿงช 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/vWernay/letmeask.git
$ cd letmeask
```

Follow the steps below:
```bash
# Install the dependencies
$ yarn or npm i
# Start the project
$ yarn start or npm run dev
```
The app will be available for access on your browser at http://localhost:3000

## ๐Ÿ”– Layout

You can view the project layout through the links below:

- [Layout Web](https://www.figma.com/community/file/1009824839797878169/Letmeask)

Remembering that you need to have a [Figma](http://figma.com/) account to access it.

## ๐Ÿ› ๏ธ Adjustments and improvements

Next updates will focus on the following tasks:

- [X] Use [react-toastify](https://fkhadra.github.io/react-toastify/introduction/) instead of navigator "alert()".
- [ ] Use [react-modal](https://reactcommunity.org/react-modal/) instead of navigator "confirm()".
- [ ] Responsive APP.
- [ ] Dark and Light theme.
- [ ] Styled Components.

---

Made with ๐Ÿ’œ by Victor Lellis