Skip to content

sivilabdullah/car-registry-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Car Catalog Application

This application stores the photos, names, production years, and brands of cars using Core Data. It also uses a TableViewCell to display the list of cars and a detailed view to show the detailed information of each car.

Screenshots

Example Example
Screenshot 2023-05-01 at 8 35 12 AM Screenshot 2023-05-01 at 8 33 52 AM
Registration Screen List Screen
Screenshot 2023-05-01 at 8 41 45 AM Screenshot 2023-05-01 at 8 50 02 AM

Features

  • Stores the photos, names, production years, and brands of cars using Core Data.
  • Displays the list of cars using TableViewCell.
  • Provides a detailed view for each car.

Requirements

  • Xcode 12 or later
  • Swift 5.0 or later
  • iOS 13 or later

Installation

  1. Clone this repository locally.
  2. Open Xcode and open the project.
  3. Install necessary dependencies to meet the requirements.
  4. Check the Core Data model by opening the CarCatalog.xcdatamodeld file in the project and make sure it fits your needs.
  5. Run the application.

Usage

  • Launch the application and browse the car catalog.
  • Tap on any car to open the detailed view and view its detailed information.
  • Edit the information of existing cars or add new ones by tapping on the "Edit" button on the detailed view.

License

This project is licensed under the MIT license. Please refer to the LICENSE file for more information.

Contribution

We always welcome contributions. If you want to add a new feature or fix a bug, please start a discussion or send a pull request before opening an issue.

How to Contribute?

  1. Clone this repository locally.
  2. Create a new branch.
  3. Make your changes and refactor.
  4. Add a new description and explain your changes.
  5. Upload your changes and create a request.

About

I created car registry app with core data database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages