Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.
/ Todo_app Public archive

Todo_app repository is a software solution that allows users to manage their tasks and to-do lists in a digital format. The app typically provides a user-friendly interface for adding, editing, and deleting tasks, as well as tracking progress and setting reminders.

Notifications You must be signed in to change notification settings

tuanle03/Todo_app

Repository files navigation

Todo App

Todo App is a simple todo list application built using Ruby on Rails. It allows users to create, read, update, and delete their todo items.

Features

  • Create new todo items
  • View a list of all todo items
  • Edit existing todo items
  • Mark todo items as complete
  • Delete todo items

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You will need to have the following software installed on your machine:

  • Ruby version 2.6.3 or higher
  • Rails version 6.0.3.2 or higher
  • SQLite3 database

Installing

  1. Clone the repository:
git clone https://github.com/tuanle03/Todo_app.git
  1. Change into the directory
cd Todo_app
  1. Install the gems
bundle install
  1. Set up the database
rails db:create
rails db:migrate
  1. Start the server
rails s

Open your browser and go to http://localhost:3000 to view the app.

Built With

  • Ruby on Rails - Backend
  • SQLite3 - Database
  • Bootstrap - Framework CSS
  • Haml/JS/CSS - Frontend

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch
git chechout -b [branch name]
  1. Add your file changes
ga [file change]
  1. Commit your Changes
gc -m "message"
  1. Push to the Branch
gpsup
  1. Open a Pull Request

Author

Tuan Le

About

Todo_app repository is a software solution that allows users to manage their tasks and to-do lists in a digital format. The app typically provides a user-friendly interface for adding, editing, and deleting tasks, as well as tracking progress and setting reminders.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published