
-🎨Stylish UI with TailwindCSS
-🚀Fast performance with Vite
-🔍Search and filter notes
-🎨Color-coded notes for better organization
Ensure you have the following installed on your machine:
- Node.js(v14 or above)
- npm or yarn
Clone the repository from GitHub and install the dependencies:
- git clone https://github.com/Rupak-25/Sticky-NOTES.git
- cd Sticky-NOTES
- npm install or yarn install
Start the development server to preview the application:
- npm run dev or yarn dev
Open your browser and visit http://localhost:5173 to see the Sticky Notes Application in action!
To create a production-ready build, run the following command:
- npm run build or yarn build
The app is styled using TailwindCSS for a sleek and modern look. Feel free to customize the styles by modifying the tailwind.config.js file.
Enhance your app with beautiful icons from React-Icons. Customize and use different icons throughout the app.
We welcome contributions! Feel free to fork the repository, create a new branch, and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
Thank you for checking out the Sticky Notes Application! Hope you find it helpful and enjoyable to use. Your feedback and contributions are greatly appreciated. Happy coding!