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
- Host: GitHub
- URL: https://github.com/danielaraldi/notes
- Owner: DanielAraldi
- License: mit
- Created: 2024-02-06T13:16:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-16T18:32:06.000Z (over 1 year ago)
- Last Synced: 2025-01-25T21:14:12.478Z (8 months ago)
- Topics: date-fns, eslint, husky, lint-staged, lucide-react, nanoid, radix-ui, react, sonner, speech-recognition, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage: https://notes-plum-two.vercel.app/
- Size: 1.76 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Notes 📓
ReactJS | Vite | TypeScript
![]()
![]()
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/).