Coder Social home page Coder Social logo

pets's Introduction

Pets

This project will let you practice creating a new project including creating a git repo for it, adding it to GitHub on your account, making changes, commiting them, and pushing them.

Instructions

Part 1 - Create Xcode Project

  1. Create a new Xcode project called "Pets".
  2. It should display a table view with a list of your current and past pets. (If you've never had pets, you can instead list your favorite animals.)
  3. Build the project using a UITableViewController with a "Basic" table view cell style.

Part 2 - Create a git Repo

  1. Using Terminal, cd to the directory containing your Xcode project.
  2. Initialize a new git repo using git init.
  3. Add all the files in the directory to the repo using git add.
  4. Commit the files using git commit.

Part 3 - Create a Project on GitHub

  1. Go to GitHub and create a new project called Pets. Do not initialize the repo with a README or .gitignore file.
  2. Follow the instructions shown on GitHub to add the GitHub repo as a remote origin to the repository on your computer.
  3. Push your Xcode project to GitHub.

Part 4 - Commit Changes

  1. Modify your project by adding a list of animals you'd like to have as pets (be as fanciful as you want).
  2. Add the modified file(s) to the git staging area.
  3. Commit the modified files.
  4. Push your changes to GitHub.

Part 5 - Verify

  1. Clone the repo from GitHub to a new folder on your computer (e.g. your Desktop)
  2. Open the newly-cloned repository's Xcode project.
  3. Build and run, making sure it works and shows all the pets you added, including those you added in Part 4.

Submit

Submit your project to your PM by sending them a link to your repository on GitHub via Slack DM (Direct Message).

pets's People

Contributors

armadsen avatar

Watchers

James Cloos 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.