Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khalil-codes/sticky-notes
The coolest NOTES APP you'll ever build! The app allows users to create, edit, delete, and drag around sticky notes. It also supports color customization for each note.
https://github.com/khalil-codes/sticky-notes
appwrite notes react react-draggable react-query
Last synced: 5 days ago
JSON representation
The coolest NOTES APP you'll ever build! The app allows users to create, edit, delete, and drag around sticky notes. It also supports color customization for each note.
- Host: GitHub
- URL: https://github.com/khalil-codes/sticky-notes
- Owner: Khalil-codes
- Created: 2024-08-13T07:22:52.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-14T19:48:50.000Z (3 months ago)
- Last Synced: 2024-10-31T19:43:13.396Z (5 days ago)
- Topics: appwrite, notes, react, react-draggable, react-query
- Language: TypeScript
- Homepage: https://sticky-notes-khxlil.vercel.app/
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sticky Notes App
This is a simple sticky notes application built with React, TypeScript, Vite, and a variety of other technologies. The app allows users to create, edit, delete, and drag around sticky notes. It also supports color customization for each note.
![Sticky Notes](./images/sticky-notes.png)
## Techstack
- React
- Typescript
- @tanstack/react-query
- appwrite## Features
- Create, edit, delete, and drag around sticky notes.
- Color customization for each note.
- Real-time data updates using React Query.
- Responsive design using Tailwind CSS.## Getting Started
To get started with this project, follow these steps:
1. Clone the repository.
2. Install dependencies by running npm install.
3. Start the development server by running npm run dev.
4. Open your web browser and navigate to http://localhost:5173.## Contributing
Contributions are welcome. If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
## License
This project is licensed under the MIT License. See the LICENSE file for details.