Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.3 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.3 KB

Bootcamp-Project-1-Python

Based on what you’ve learned until now, create a project of your choosing (impress us with your imagination).

This project must at least satisfy the following minimum requirements:

  • Use at least 3 different data types.
  • Use lists or dictionaries or tuples or sets.
  • Use loops.
  • Use functions that return an output.
  • Use conditions.
  • Use a Lambda function.
  • Apply Markdown Rules

Example: Riyadh Season Reservations

Overview:

An online website that shows different events. The visitor should be able to do the following tasks for the store to function properly.

As a visitor I should be able to do the following:

  • Browse Events.
  • View the event info (summary, time, price, place, etc.)
  • Search for an Event.
  • Get recommendations for my next visit based on my tickets purchase history.
  • Add tickets to the shopping cart.
  • Remove a ticket from the shopping cart.
  • List the tickets in my shopping cart.
  • Modify the number of ticket (by default one ticket).
  • Continue to checkout.
  • Get a QR code for my ticket.
  • Review my coming events.

Final Deliverables:

  • Notebook file(.ipynb).

  • README.md file contains:

    • Introduction about your idea.
    • Main features.
  • Due Date: Sun, 15, at 08:00 a.m.

  • The Final presentation will be on Sunday (5 min for each one).