Skip to content

Instantly share code, notes, and snippets.

View LuisOzParr's full-sized avatar
💻
Laravel developer 😄

Luis Ozuna LuisOzParr

💻
Laravel developer 😄
View GitHub Profile

Deliverables

TODO App (invidivual)

Yuo should develop a TODO App that includes the following features

  • Users must login to the App
  • Users must create, read, update and delete (CRUD) lists of TODOs
  • Users must CRUD taks on a list
  • Users must export their lists with their tasks to CSV and PDF files.

Introduction

1 Hello HackerRank!

# Enter your code here. Read input from STDIN. Print output to STDOUT
print "Hello HackerRank!!"

2 Everything is an Object