Notes is a simple note-taking application forked from Libello to learn CI/CD using GitHub Actions.
Notes is a lightweight note-taking app built with React and Firebase Storage. It allows users to create, edit, and delete notes directly in the browser. It has Firebase Authentication for secure user login.
The purpose of forking Libello is to explore and learn about GitHub Actions, continuous integration, and continuous deployment (CI/CD) workflows. By working with this project, you'll gain hands-on experience with automating tasks such as continuous integration, linting, testing, building, and deploying web applications on Firebase hosting using GitHub's infrastructure.
- Create new notes
- Edit existing notes
- Delete notes
- Store notes using Firebase Firestore
- Responsive design for mobile and desktop browsers
- Firebase Authentication for secure user login