Git Product home page Git Product logo

bookmarkcollection's Introduction

BookmarkCollection App

BookmarkCollection is an iOS application designed to help users organize and manage their favorite links efficiently. With a user-friendly interface, this app allows you to save and categorize your bookmarks for quick and easy access.

Table of Contents

  1. About the App
  2. Project Structure
  3. Dependencies
  4. Getting Started
  5. Core Data Model
  6. Features
  7. Demo

About the App

BookmarkCollection is a simple yet effective solution for managing your bookmarks on iOS devices. Whether you want to save important websites, articles, or references, this app has you covered with the following features:

  • Add Bookmarks: Save links along with their titles, ensuring that you can easily identify and manage your bookmarks.

  • Delete Bookmarks: Remove links from your collection that are no longer needed or relevant.

  • View and Open Bookmarks: Access your bookmarks and open them in your device's default web browser.

  • Intuitive User Interface: A clean and user-friendly interface designed to provide a pleasant user experience.

Project Structure

The project is structured into the following folders, each serving a specific purpose:

  • Model: The LinkManager class for handling bookmark operations using Core Data.

  • Controllers: Contains the primary view controllers:

    • MainView: The main view for displaying and managing bookmarks.
    • WelcomeView: The initial welcome view for new users.
    • NewBookmarkActionSheet: The view for adding new bookmarks.
  • CustomViews: Custom UI components like buttons, text fields, and cells used throughout the app.

  • Application: Contains the AppDelegate and SceneDelegate, the entry points for the app.

Dependencies

This project utilizes the following dependencies:

  • SnapKit: A powerful library for defining Auto Layout constraints programmatically.

  • IQKeyboardManagerSwift: A keyboard management library to enhance the user's keyboard experience.

Getting Started

To run the bookmarkCollection app on your iOS device or simulator, follow these steps:

  1. Clone this repository to your local machine.

  2. Open the project in Xcode.

  3. Build and run the project on your device or simulator.

git clone [email protected]:akhmetpekov/BookmarkCollection.git

Core Data Model

bookmarkCollection uses Core Data for data storage. The Core Data model, named BookmarkCollectionDataModel, contains a single entity:

  • Link: Represents a bookmarked link with two attributes:
    • title (String): The title or name of the bookmark.
    • url (String): The URL of the bookmarked webpage.

Features

  • Bookmark Management: Easily add, delete, and organize your bookmarks.

  • User-Friendly Design: The app offers an intuitive and visually appealing user interface.

  • Keyboard Management: The app intelligently handles the keyboard to ensure a smooth experience.

Demo

bookmarkcollection's People

Contributors

akhmetpekov avatar

Watchers

 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.