https://github.com/luhluh-17/journal-app
A Ruby on Rails 7 application that keep tracks of your daily tasks
https://github.com/luhluh-17/journal-app
rails7 ruby
Last synced: 3 months ago
JSON representation
A Ruby on Rails 7 application that keep tracks of your daily tasks
- Host: GitHub
- URL: https://github.com/luhluh-17/journal-app
- Owner: luhluh-17
- Created: 2022-09-27T10:15:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T05:50:59.000Z (about 3 years ago)
- Last Synced: 2025-10-09T04:06:26.588Z (9 months ago)
- Topics: rails7, ruby
- Language: Ruby
- Homepage: https://rails-journey.fly.dev/
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Journey
A Ruby on Rails 7 application that keep tracks of your daily tasks
### 💻 Features:
* Implemented account registration and sessions using the Devise gem by generating a Devise User model.
* Used the Tailwind CSS framework to make it easier to build and write the front-end portion of the application.
* Added a sidebar panel for navigation and displaying the total number of categories and tasks.
* Users can show the list by categories or all tasks in the ActionView, and they can add, edit, and delete tasks and categories.
* Added a helper function to change the color of the tasks depending on the priority level in the TaskHelper module.
* Used Minitest for unit testing to validate the model.
### 🚀 Live Demo
https://rails-journey.fly.dev/
#### Dummy Accounts
Accounts | Email & Password
:---------: | :-------------------------------:
User | `user@journey.com` / password
### 👨🏽💻 Tech Stacks
Category | Languages / Frameworks / Tools
:---------: | :-------------------------------:
Front-end | [][1] [][2] [][6]
Back-end | [][3] [][4] [][5]
### 📷 Screenshots


[1]: https://developer.mozilla.org/en-US/docs/Glossary/HTML5
[2]: https://developer.mozilla.org/en-US/docs/Web/CSS
[3]: https://www.ruby-lang.org/en/
[4]: https://rubyonrails.org/
[5]: https://www.postgresql.org/
[6]: https://tailwindcss.com/