This is my exploration project of creating a Notes App. You can clone and modify it for your own project.
- Clone the repository into a new folder for your new project.
git clone https://github.com/iqbalzayn01/personal-notes.git my-project
- Remove the .git directory
rm -rf .git
- React + Vite js
- Javascript
- Tailwind (CSS Framework)
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh