An open API service indexing awesome lists of open source software.

https://github.com/danielaraldi/notes

This an application for who wish to write down your things. ✏️ @Rocketseat
https://github.com/danielaraldi/notes

date-fns eslint husky lint-staged lucide-react nanoid radix-ui react sonner speech-recognition tailwindcss typescript vite

Last synced: 7 months ago
JSON representation

This an application for who wish to write down your things. ✏️ @Rocketseat

Awesome Lists containing this project

README

          



Notes 📓

ReactJS | Vite | TypeScript




Notes Preview



wakatime


About   |   
Technologies   |   
How to Execute?   |   
License

## :bookmark: About the Project

The **Notes** is an application for those who wish to write notes. With it you can write, see, modify and delete notes.

This app was developed on **ReactJS track** during the **NLW Expert**, the project by [Rocketseat](https://www.rocketseat.com.br/).

## :rocket: Technologies

- [Date-fns](https://date-fns.org/)
- [Eslint](https://eslint.org/)
- [Husky](https://typicode.github.io/husky/)
- [Lucida React](https://lucide.dev/guide/packages/lucide-react)
- [NanoId](https://zelark.github.io/nano-id-cc/)
- [NPM](https://www.npmjs.com/)
- [Radix UI](https://www.radix-ui.com/)
- [ReactJS](https://reactjs.org/)
- [Sonner](https://sonner.emilkowal.ski/)
- [TailwindCSS](https://tailwindcss.com/)
- [TypeScript](https://www.typescriptlang.org/)
- [Vite](https://vitejs.dev/)

## :boom: How to Execute?

- ### **Prerequisite**

- You must have **[Git](https://git-scm.com/)** installed and configured in your computer.
- Also, it's **needs** to have a package manager as **[Yarn](https://yarnpkg.com/)**, **[NPM](https://www.npmjs.com/)** or others.
- Finally, it's **necessaries** to have [Node.js](https://nodejs.org/en) greater or equal version `20.11.x`.

```bash
npm install # for install dependencies
npm run dev # for execute application
```

## :memo: License

This project is sob MIT License. See on file [LICENSE](./LICENSE) for more details.

---

The project developed with tutoring of [Diego Fernandes](https://github.com/diego3g) from [Rocketseat](https://www.rocketseat.com.br/).