Code Monkey home page Code Monkey logo

tcsa05's Introduction

Flashcards

An implementation of the fifth project of The C# Academy.

Project Description

The project is a console based "flashcard" learning application: you create flashcards, where each flashcard contains a "front" with a question and a "back" with an answer; the front side is shown to test your knowledge/memory, and your given answer is tested against the back side. Flashcards are collected (by subject or other user defined criteria) in "stacks".

Requirements

  • Data is stored using SQL Server.
  • Users can create flashcards and stacks.
  • Stacks and flashcards are stored in two different tables, linked by a foreign key.
  • Stacks have unique names.
  • Every flashcard belongs to a stack.
  • If a stack is deleted, all of its flashcards are deleted.
  • DTOs (Data Transfer Objects) are used to "show the flashcards to the user without the Id of the stack it belongs to".
  • Flashcards when shown in stacks are always numbered from 1 through n without gaps.
  • The application has a "Study Session" where the user can study their stacks.
  • Study session history is stored with date and score.
  • If a stack is deleted, all of its study session history is deleted, through table linking.
  • Users can browse their study session history, but not modify it (other than through deleting stacks).
  • Users can select stack by entering its name.

Bonus Features

  • A report system can show the number of sessions per month per stack for a given year, where data is gotten by pivoting database tables.
  • A report system can show the average score per month per stack for a given year, where data is gotten by pivoting database tables.

tcsa05's People

Contributors

dnym 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.