Expert notes

Project to save notes.


About the project ⭐️

Main features:

  • Add a new notes
  • Write notes
  • Transcribe audio notes
  • Remove a note

Technologies used:


How to run the project? 🚀

Prerequisites:

  1. Have the Node js installed and combined it with npm;

  2. Clone the repository on your machine, using the command below on your terminal:

  git clone https://github.com/oliviaresende/expert-notes.git
  1. Access the repository:
  cd to.do
  1. Install your project's dependencies by typing in the terminal:
  npm install
  1. And finally, give the command to run your project:
  npm run dev

Note: The project will run on http://localhost:5173