Skip to content

Terbeche/Todos-App

Repository files navigation

 

Todos-App

This is a todo web application where you can manage your todo tasks:

  • You can create an account with just your email address (no password required).
  • You can add a to-do that includes a title (required), a description (optional), and a due date (optional).
  • You can add and manage todos 100% via AJAX.
  • You can view all the todos you have created.
  • You can reorganize todos easily.
  • You can check off todos.
  • You can log in using only your email address.
  • You don't need to log in unless you clear your cache.

Live demo

Live Demo Link

Built With

  • Github Logo
  • Ruby Logo
  • Ruby on Rails Logo
  • PostgreSQL Logo
  • CSS Logo

Install & Setup

To setup and install this sample AlFa Blog project, follow the below steps:

  • Clone this project by the command:

    git clone https://github.com/Terbeche/Todos-App.git
    
  • Then switch to the project folder by the bellow query:

    cd Todos-App
    
  • Install the required dependecies with:

    bundle install
    
  • Before running below commands update config/database.yml with your local DBcredentials. Then run:

    rake db:create
    
    rake db:migrate
    
  • With Ruby on Rails and PostgreSQL installed in your environment, you can run rails server to run the website.

Prerequisites

  • IDE to edit and run the code (We use Visual Studio Code 🔥).
  • Git to versionning your work.
  • Postgresql

Author

👤 Terbeche Mostefa

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

This is a To-Do list web app used Ruby on Rails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published