Notes is a refreshing and user-friendly application designed to provide a seamless note-taking experience. This application stands out as an alternative to Google Keep and Apple Notes, offering an open and flexible platform for all users, irrespective of their device ecosystem.
- Easy Note Management: Create, edit, and delete notes effortlessly.
- Rich Text Support: Enhance your notes with rich text formatting.
- Cross-Platform Accessibility: Access your notes from any device.
- Secure & Private: Your notes are stored securely and kept private.
- Ruby 3.3.0
- Rails 7.1
- PostgresSQL 14.10
- Clone the repository:
git clone https://github.com/joel/notes.git
- Navigate to the application directory:
cd notes
- Install dependencies:
bundle install
- Setup the database:
rails db:create rails db:migrate
- Start the Rails server:
rails s
- Open your browser and navigate to
http://localhost:3000
.
Contributions to improve Notes are welcome. Please follow these steps to contribute:
- Fork the repository.
- Create a new 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.
Distributed under the MIT License. See LICENSE
for more information.
Joel A. - [email protected]
Project Link: https://github.com/joel/notes