Coder Social home page Coder Social logo

formula1-app's Introduction

The Formula 1 Menu-Driven Console App 🏎️

Description:

  • This is a Menu-Driven App made on the topic of Formula 1, that includes a CRUD methods for adding a Driver, it's Achievements and Team. It uses a menu which the user can select from as a way to create their own personalized driver or team. Using XML and JSON the data gets kept inside a XML file using Persistence so that data doesn't get lost. To conclude the app uses JUnit5 Tests as a way to test that methods & data are consistent.

Table of Contents πŸ’‘

  1. Features
  2. Technologies Used
  3. Contact

Features πŸ“œ

  • CRUD Method for Driver and Team.
  • Counting methods for number of Drivers, Teams & Achievements in the system.
  • Search & Report methods for finding the driver by nationality and Team in the system.
  • Used lambda for some listing and counting methods for the DX appearance

Technologies Used πŸ’»

  • This program has been made on the language Kotlin.
  • I've used various Java Libraries as a way to facilitate the UserInput, ArrayList , Peristance elements and many more.
  • https://junit.org/junit5/ β€œJUnit 5”
  • Attempted to use linting for certain aspects

For linting the project

Contact πŸ“ž

formula1-app's People

Contributors

filippodm7 avatar filippo-dimarzio avatar sdrohan avatar

Watchers

 avatar

formula1-app's Issues

Fixed errors and bugs in Formula1API

determined that formula1API in lowercase was the instance while the uppercase was the class name, which was causing an error while doing the list methods in main.kt

A collection of driver needs to be added to the App

The collection will be an ArrayList

The model will be called Driver and the field will be below

  • driverName (String) - max 20 chars
  • driverTeam (String) - max 20 chars
  • driverNationality (String) - max 15 chars
  • careerLength (Int) - values 1 - 10

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.