Giter VIP home page Giter VIP logo

todoapp's Introduction

README

Purpose of the application

This is a very simple, web based, to-do application. This would be something that could substitute using a sticky and pen. The time limit is 5 hours (so till around 6:30PM on the Paris Timezone).

Required Stories:

  • As a user, I should be able to create an account with just my email address (no password required)
  • As a user, I should be able to add a todo that includes title (required), description (optional) and due date (optional)
  • As a user, I should be able to reorder todos easily
  • As a user, I can checkoff todos
  • As a user, I can login using just my email address
  • As a user, I don’t have to login unless I’ve cleared my cache

Nice to have stories (in order):

  • As a user, I can add and manage todos 100% through AJAX
  • As a user, I get reminded by email when a todo is past due
  • As a user, I can create nested todo

Versions

Ruby 2.7.0

Rails 6.0.3.4

Refer to Gemfile and Gemfile.lock for further information

Install dependencies

bundle install

Database creation

rails db:create rails db:migrate

or

rails db:migrate:reset

Run server in development environment

rails s

How to run the test suite

bundle exec rspec

Deployment instructions

git commit git push heroku master heroku run rake db:migrate

Check code for security and style

rubocop

Make sure your text editor use the .editorconfig

todoapp's People

Contributors

raphayol avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.