Fire Notes is a web application designed for capturing and organizing your thoughts securely and intuitively. Built with Firebase, it offers real-time data storage and synchronization across all clients.
Visit the application here: Fire Notes
- User Authentication: Secure login and registration functionality.
- Real-time Note Taking: Create, read, update, and delete notes in real-time.
- Responsive Design: Optimized for both desktop and mobile devices.
- HTML/CSS: For structuring and styling the web pages.
- JavaScript: For client-side scripting.
- Firebase: Used for authentication, database storage, and hosting.
To run Fire Notes locally, follow these steps:
- Clone the repository to your local machine.
- Open
index.htmlin your browser to access the login/register page.
index.html: The landing page with login and registration options.notes.html: The main interface for note-taking after user authentication.js/app.js: Contains the JavaScript code for Firebase integration and dynamic UI interactions.css/styles.css: The main stylesheet forindex.html.css/styles_notes.css: The stylesheet fornotes.html.
Contributions to Fire Notes are welcome! Please refer to the project's issues tab to find tasks to work on.
Fire Notes is open-source software licensed under the MIT license.
- Firebase for providing a powerful backend-as-a-service solution.
- Boxicons for the beautiful icons used throughout the application.
