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.
- Create new todo items
- View a list of all todo items
- Edit existing todo items
- Mark todo items as complete
- Delete todo items
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
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
- Clone the repository:
git clone https://github.com/tuanle03/Todo_app.git
- Change into the directory
cd Todo_app
- Install the gems
bundle install
- Set up the database
rails db:create
rails db:migrate
- Start the server
rails s
Open your browser and go to http://localhost:3000 to view the app.
- Ruby on Rails - Backend
- SQLite3 - Database
- Bootstrap - Framework CSS
- Haml/JS/CSS - Frontend
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch
git chechout -b [branch name]
- Add your file changes
ga [file change]
- Commit your Changes
gc -m "message"
- Push to the Branch
gpsup
- Open a Pull Request