Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauriciogirardi/note
https://github.com/mauriciogirardi/note
Last synced: about 13 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/mauriciogirardi/note
- Owner: mauriciogirardi
- License: mit
- Created: 2024-02-14T19:39:38.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-15T18:25:41.000Z (9 months ago)
- Last Synced: 2024-02-15T21:34:51.487Z (9 months ago)
- Language: TypeScript
- Homepage: https://notetalk.vercel.app/
- Size: 294 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
notetalk
### Descrição
Durante a NLW, desenvolvemos este aplicativo de nota que permite ao usuário criar uma nota por digitação ou por áudio.
### Clonar o projeto
```bash
# clone
git clone https://github.com/mauriciogirardi/note.git# open folder
cd note# install
npm i# need to create a authentication firebase Google
https://firebase.google.com/?hl=pt# create .env.local file and copy .env.example file
# run
npm run dev
```### Layout
![alt text](.github/images/image.png)
![alt text](.github/images/image-1.png)## Todo
- [ ] Add unit test.
- [ ] Create api to save the notes.---
![GitHub License](https://img.shields.io/github/license/mauriciogirardi/note)