An open API service indexing awesome lists of open source software.

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.

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