This repository contains the official website for NoteNest, a comprehensive Android productivity application designed to help users efficiently manage notes, tasks, reminders, and personal planning activities. The website serves as the primary web presence for the app, providing documentation, support resources, and legal compliance pages required for Google Play Store.
- Showcase the app's features and benefits to potential users
- Document comprehensive user guides and tutorials
- Provide legal compliance pages (Privacy Policy, Terms of Service)
- Support users with contact forms, bug reports, and feedback channels
- Facilitate account management and deletion requests
- Home (
index.html) - Hero section, features showcase, testimonials, and FAQ - User Guide (
user-guide.html) - Comprehensive documentation for all app features - Contact (
contact.html) - Support contact information and help resources - Feedback (
feedback.html) - User feedback and feature request form - Bug Report (
bug-report.html) - Detailed bug reporting system with known issues - Privacy Policy (
privacy.html) - GDPR/CCPA compliant privacy documentation - Terms of Service (
terms.html) - Legal terms and conditions for app usage - Account Deletion (
delete.html) - Account deletion process and data retention policy
- ✅ Fully responsive design (mobile, tablet, desktop)
- ✅ Modern Material Design 3 aesthetics
- ✅ Smooth animations and transitions
- ✅ Accessible navigation with hamburger menu
- ✅ SEO optimized meta tags
- ✅ Fast loading times
- ✅ Cross-browser compatibility
- ✅ Font Awesome icon integration
- ✅ Google Play Store policy compliant
- ✅ GDPR (EU) compliant privacy policy
- ✅ CCPA (California) compliant
- ✅ Professional legal documentation
- ✅ Data protection and user rights outlined
This website is built using modern web technologies:
- HTML5 - Semantic markup and structure
- CSS3 - Styling, animations, and responsive design
- JavaScript - Interactive components and form handling
- Font Awesome 6.4.0 - Icon library
- Google Fonts - Typography (if used)
notesnest-website/
├── index.html # Homepage
├── user-guide.html # Comprehensive user documentation
├── contact.html # Contact and support page
├── feedback.html # Feedback submission form
├── bug-report.html # Bug reporting system
├── privacy.html # Privacy Policy (GDPR/CCPA compliant)
├── terms.html # Terms of Service
├── delete.html # Account deletion information
├── css/
│ └── style.css # Main stylesheet
├── js/
│ └── script.js # JavaScript functionality
├── images/
│ ├── logo.jpeg # App logo
│ ├── banner.png # Website banner
│ ├── screenshot.png # App screenshots
│ └── google-play-badge.png
└── README.md # This file
No special prerequisites needed! This is a static website that runs on any modern web browser.
- Clone the repository
git clone https://github.com/Thogaruchesti-hemanth/notesnest-website.git- Navigate to the project directory
cd notesnest-website- Open in browser
# Simply open index.html in your preferred browser
open index.html # macOS
start index.html # Windows
xdg-open index.html # LinuxOr use a local development server:
# Using Python 3
python -m http.server 8000
# Using Node.js (http-server)
npx http-server
# Using PHP
php -S localhost:8000- View the website
Open http://localhost:8000 in your browser
This static website can be deployed on various platforms:
- Go to repository Settings > Pages
- Select main branch as source
- Save and your site will be live at
https://Thogaruchesti-hemanth.github.io/notesnest-website/
- Connect your GitHub repository to Netlify
- Set build command to: (none - static site)
- Set publish directory to:
/(root) - Deploy!
npm i -g vercel
vercelCompatible with: Firebase Hosting, AWS S3, Azure Static Web Apps, Cloudflare Pages, etc.
NoteNest is a comprehensive Android productivity application that offers:
- 📝 Notes Management - Create, edit, organize with categories
- ⏰ Reminders - Schedule notifications with repeat options
- ✅ To-Do Lists - Track tasks and boost productivity
- 🎯 Wish Lists - Save goals and aspirations
- 🏠 Widgets - Quick access from home screen
- 💾 Backup & Restore - Local and Google Drive backup
- 📤 Export - PDF, text, and image formats
- 🔒 Security - Encrypted storage and authentication
- 🌙 Themes - Light, dark, and auto modes
Current Version: 3.0.5
Platform: Android 10.0+
Developer: Thogoruchesti Hemanth
Contributions are what make the open-source community amazing! Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
- Follow existing code style and structure
- Test thoroughly on multiple browsers and devices
- Update documentation if needed
- Write clear, descriptive commit messages
- Ensure responsive design is maintained
Found a bug or have a feature suggestion? We'd love to hear from you!
- Bug Reports: Open an issue with detailed steps to reproduce
- Feature Requests: Open an issue describing your idea
- Security Issues: Email directly to [email protected]
Developer: Thogoruchesti Hemanth
Email: [email protected]
GitHub: @yourusername
LinkedIn: Your LinkedIn
App Support:
- Website: NoteNest Website
- Email: [email protected]
- Response Time: 24-48 hours
- Font Awesome - Icon library
- Google Fonts - Typography
- Material Design - Design inspiration
- Shields.io - README badges
- All contributors and users who provided feedback
- ✅ Active Development - Regular updates and maintenance
- ✅ Production Ready - Stable and deployed
- ✅ Open for Contributions - PRs welcome
- ✅ Maintained - Issues responded within 48 hours
- Add blog section for app updates and tips
- Implement dark mode toggle for website
- Add multi-language support (Hindi, Spanish, French)
- Create video tutorials section
- Add live chat support widget
- Implement search functionality across documentation
- Add comparison page (NoteNest vs competitors)
- Create press kit and media resources page
⭐ Star this repo if you find it helpful!
Made with ❤️ by Thogoruchesti Hemanth

