📗 Table of Contents

📖 Context Menu Rails

Context Menu Rails crafts a custom right click menu (Context Menu) using stimulus JS in Ruby on Rails 7. Covers basic CRUD actions, and is expandable.

🛠 Built With

Tech Stack

Ruby on Rails

Key Features

  • CRUD functionality
  • Context Menu

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

  • Ruby, and Rails installed in your terminal, or run in with docker

Setup

Clone this repository to your desired folder:

  git clone git@github.com:jorgegoco/context_menu_rails.git

  cd context_menu_rails

Install

Install this project with:

  bundle install 

Usage

To run the project, execute the following command:

  rails db:create db:migrate db:seed

  rails server

(back to top)

👥 Authors

👤 Jorge

(back to top)

🔭 Future Features

  • [new_feature_1]
  • [new_feature_2]
  • [new_feature_3]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project...give it a ⭐️!

(back to top)

🙏 Acknowledgments

I would like to thank @microverse

(back to top)

📝 License

This project is MIT licensed.

(back to top)