Welcome to Sticky! This Angular application allows you to create, organize, and manage digital sticky notes. Say goodbye to traditional paper notes cluttering your workspace!
- Create new sticky notes with customizable colors.
- Edit and update existing sticky notes.
- Drag and drop functionality to easily rearrange your notes.
- Organize your notes using categories and tags.
- Search for specific notes based on keywords.
- Responsive design for seamless usage across devices.
To run Sticky locally, follow these steps:
- Clone the repository:
git clone https://github.com/BSalaeddin/sticky.git
- Navigate to the project directory:
cd sticky
- Install the dependencies:
npm install
- Start the application:
ng serve
- Open your browser and visit:
http://localhost:4200
Make sure you have Node.js and Angular CLI installed on your machine.
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue on the GitHub repository. If you'd like to contribute directly, feel free to fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License.