taskslists A simple yet elegant way to keep track of your day-to-day tasks Just go over to taskslists.com, sign up using your email and stay organized Installation Assuming you have ruby and rails installed, to run this app locally do the following: This section you do only once Create a cloudinary account and add your API key to a .env file (which is already in gitignore) Run yarn install --check-files Run bundle install Run rails db:create db:migrate (OPTIONAL) run rails db:seed to add some default pre-made data When developing the website, you need to only run the following step rails s to server the website locally.