Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mauriciogirardi/note


https://github.com/mauriciogirardi/note

Last synced: about 13 hours ago
JSON representation

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)