Skip to content

This simple To-do list app was created to practice working with Hotwire.

Notifications You must be signed in to change notification settings

kisiohlova/todo_list

Repository files navigation

README

This todo list app is built with Ruby on Rails and utilizes the Hotwire technology stack. It serves as a practical project to enhance understanding of Hotwire's real-time updates and interactivity features.

image

Requirements:

  • Ruby version: 3.1.2
  • Rails 7.0.8
  • PostgreSQL

Installation

  1. Clone the repository:

    git clone https://github.com/kisiohlova/todo_list.git
  2. Install dependencies:

     bundle install
  3. Set up the database:

    Add your db credentials in config/database.yml

     rails db:create
     rails db:migrate
  4. Start the Rails server:

     rails s
  5. Visit http://localhost:3000 in your browser.

Usage

  • Open the app in your browser.
  • Create a new task using the input field.
  • Edit task by clicking on task name.
  • Mark tasks as complete or delete them.
  • Experience real-time updates as tasks are added or completed.

About

This simple To-do list app was created to practice working with Hotwire.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published