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.
- Host: GitHub
- URL: https://github.com/vwernay/nlw-letmeask
- Owner: vWernay
- Created: 2022-02-26T04:51:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-08T13:56:04.000Z (over 4 years ago)
- Last Synced: 2025-01-20T08:50:00.901Z (over 1 year ago)
- Topics: firebase, react, typescript
- Language: TypeScript
- Homepage: https://letmeask-1a9ad.web.app/
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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