Skip to content

Hotwire Todo is an exercise project built using Ruby on Rails and the Hotwire integration. It consists of a simple To-do app in which you can add, edit, delete and mark tasks as completed.

License

Notifications You must be signed in to change notification settings

jfoyarzo/hotwire-todo

Repository files navigation

📗 Table of Contents

📖 Hotwired Todo

Hotwire Todo is an exercise project built using Ruby on Rails and the Hotwire integration. It consists of a simple To-do app in which you can add, edit, delete and mark tasks as completed. It uses turbo frames for reusing the edit form inside the UI and stimulus to update the state of the task in real-time. SQLite is used as the database.

🛠 Built With

Tech Stack

Client/Server

Key Features

  • Create, delete, and edit tasks.
  • Turbo frames are used to achieve fast and reusable UI.
  • Real-time task status update using Stimulus.

(back to top)

💻 Getting Started

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

Prerequisites

To run this project you need:

  • ruby version 2.7.0+
  • rails version 7+

Setup

Clone this repository to your desired folder using this command:

git clone git@github.com:jfoyarzo/hotwire-todo.git
cd hotwire-todo

Install

Install this project's dependencies using:

bundle install

Usage

To run the project, execute the following command from the root folder of the app:

bin/dev

this will start a development build on http://localhost:3000/

(back to top)

👥 Author

👤 Felipe Oyarzo

(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 please consider giving it a star!

(back to top)

🙏 Acknowledgments

This project was built following the Building a To-Do List Tutorial by Akshay Khot.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

Hotwire Todo is an exercise project built using Ruby on Rails and the Hotwire integration. It consists of a simple To-do app in which you can add, edit, delete and mark tasks as completed.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published