Skip to content

Web-based note creation system with the distinctive feature of integrating a browser API for audio-to-text conversion, making note-taking easier.

Notifications You must be signed in to change notification settings

guibafica/nlw_expert_notes

Repository files navigation

Expert Notes

About the project

Expert Notes is a Frontend Web-focused project, which represents a note-taking application. It offers users the ability to add notes using both standard typing and audio input, leveraging the browser's built-in voice recognition API. In addition to being responsive, it saves notes locally and allows for note search functionality.

Project presentation

Expert Notes

Extra technologies used

Libs

  • Vite: One of the best techs for creating ReactJS projects currently. It comes with features such as auto-reload, support for TypeScript, JSX, and CSS import.
  • Tailwind: A CSS tool that has the advantage of maintaining the application's standards.
  • Radix: Lib of components without styling.
  • Sonner: Toast lib.

How to run the project

Frontend web

Prerequisites: npm / yarn

# clone repository
git clone https://github.com/guibafica/nlw_expert_notes

# enter the frontend web project folder
cd nlw_expert_notes

# install dependencies
npm install

# run the project
npm run dev

Author

Made with 💜 by Guilherme Bafica 👋

LinkedIn Badge

About

Web-based note creation system with the distinctive feature of integrating a browser API for audio-to-text conversion, making note-taking easier.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published