/note

Primary LanguageTypeScriptMIT LicenseMIT

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

# 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 alt text

Todo

  • Add unit test.
  • Create api to save the notes.

GitHub License