Skip to content

The project developed at this event is a web application built with ReactJS, which allows users to create and manage notes efficiently. A special feature of this application is the integration with the browser's native API, which makes it possible to record notes directly on the user's device.

Josemar-cafumana/NLW-notes

Repository files navigation

Rocketseat NLW - Notes

React GitHub top language GitHub last commit

AboutInstallationTechnologiesAuthor

About

The project developed at this event is a web application built with ReactJS, which allows users to create and manage notes efficiently. A special feature of this application is the integration with the browser's native API, which makes it possible to record notes directly on the user's device.

Screenshot mobile 1 Screenshot mobile 2 Screenshot mobile 3
Screenshot desktop 1 Screenshot desktop 2 Screenshot desktop 3

Installation

Before you begin, you will need to have the following tools installed on your machine: Git and Node.js. Also, it's good to have an editor to work with the code such as VSCode.

🎲 Running the Front End

# Clone this repository
$ git clone https://github.com/Josemar-cafumana/NLW-notes.git

# Navigate to the project's folder in the terminal/cmd
$ cd NLW-notes

# Install dependencies
$ npm install
# If you prefer using Yarn, execute the following command
$ yarn

# Run the application in development mode
$ npm run dev
# If you prefer using Yarn, execute the following command
$ yarn dev

# The server will start on port 5173 - access <http://localhost:5173>

Technologies

Aqui está a lista revisada com os links e descrições corrigidas:

Here's the revised list with corrected links and descriptions:

  • TypeScript: A superset of JavaScript that adds optional static typing.

  • ReactJS: A JavaScript library for building user interfaces.

  • Radix: An accessible UI component library for React.

  • Sonner: A modern and elegant UI component library for React.

  • Tailwind CSS: A utility-first CSS framework for rapidly building custom designs.

  • SpeechRecognitionAPI: A browser API that enables real-time speech recognition.

  • Vite: A next-generation front-end tooling.

These technologies were chosen to provide an efficient development experience, making project creation easier.

Author

Josemar Cafumana

Frontend Developer



About

The project developed at this event is a web application built with ReactJS, which allows users to create and manage notes efficiently. A special feature of this application is the integration with the browser's native API, which makes it possible to record notes directly on the user's device.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published