Say goodbye to scattered notes and fragmented ideas
View Demo
·
Report Bug
·
Request Feature
Table of Contents
There are many great note taking apps out there (Notion, OneNote, ...); however, none really suited my needs so I created this one. I wanted a note taking app that would make me want to go back and reread my thoughts. An app that would help me use those ideas in my work or hobbies.
How does Howling Moon do that?:
- Lets you focus on recording ideas
- Eliminates the time you spent trying to retrieve your thoughts
- Displays all of your thoughts in a more intuitive way making them easier to utilise
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Made with
ruby 3.1.2p20
and
Rails 7.0.4.2
- Clone the repo
or
git clone https://github.com/LucasNseyep/howling-moon.git
git clone [email protected]:LucasNseyep/howling-moon.git
- Install ruby gems
bundle install
- Install yarn packages
yarn install
- Create the database and populate it
rails db:create db:migrate db:seed
- Run the app
bin/dev
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
- Figma of the core user journeys (creating and displaying thoughts, and displaying collections)
- MVP for the midway demo
- MLP (Minimum Lovable product) for the final demo
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- 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