https://github.com/saahiyo/securenotes
A secure note-taking application that prioritizes privacy and security while offering a seamless user experience.
https://github.com/saahiyo/securenotes
ai noteapp notes reactjs tailwindcss windsurf
Last synced: 6 months ago
JSON representation
A secure note-taking application that prioritizes privacy and security while offering a seamless user experience.
- Host: GitHub
- URL: https://github.com/saahiyo/securenotes
- Owner: saahiyo
- License: mit
- Created: 2024-11-28T18:09:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T19:15:39.000Z (11 months ago)
- Last Synced: 2025-02-10T20:59:44.700Z (8 months ago)
- Topics: ai, noteapp, notes, reactjs, tailwindcss, windsurf
- Language: TypeScript
- Homepage: https://secure-notes-beta.vercel.app/
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SecureNotes
A secure note-taking application that prioritizes privacy and security while offering a seamless user experience. This project was developed with the assistance of AI Ide Windsurf.
## Features
- 🔒 End-to-end encryption for all notes
- 👤 Secure user authentication
- 📝 Create, edit, and delete notes
- 🎨 Modern and intuitive user interface
- 🌙 Dark mode support
- 📱 Responsive design for all devices## Project Status & Roadmap
### ✅ Implemented Features
- Modern UI with Tailwind CSS
- Responsive design
- Landing page
- Sign-up page
- Dark mode support### 🚀 Upcoming Features
- Appwrite database integration for secure data storage
- User authentication system
- End-to-end encryption
- Rich text editor
- Search and filter functionality
- Tags and categories for notes
- Share notes functionality
- Export notes to different formats
- Mobile-optimized experience
- Real-time sync across devices## Tech Stack
- **Frontend:**
- React.js
- TypeScript
- Tailwind CSS
- React Router DOM## Getting Started
### Prerequisites
- Node.js (v14 or higher)
- npm or yarn### Installation
1. Clone the repository
```bash
git clone https://github.com/saahiyo/secureNotes.git
cd secureNotes
```2. Install dependencies
```bash
npm install
# or
yarn install
```3. Start the development server
```bash
npm start
# or
yarn start
```## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Contact
GitHub: [@saahiyo](https://github.com/saahiyo)
## Acknowledgments
- Built with the assistance of AI Windsurf
- Thanks to the React community for their excellent documentation and support
- Special thanks to the open-source community for inspiration and resources