This project features a tool dedicated to creating personal notes conveniently. It offers the ability to create notes through typing or direct speech transcription, leveraging browser resources such as the Speech Recognition API. The main technologies employed in the development of this project include Vite, ReactJS, Tailwind CSS, and TypeScript. Explore the convenience and efficiency of this application to organize your ideas and thoughts in a simple and accessible manner.
# Clone this project
$ git clone https://github.com/jefferson1104/personal-notes.git
# Project directory
$ cd personal-notes
# Install dependencies
$ npm install
# run the project as development mode
$ npm run dev
# open in your browser
http://localhost:5173