Skip to content

Davedeji/projectX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

386 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Necto

Welcome ! Necto is a social app for college students.

  1. Project Overview
  2. For developers

Project status

  • Basic UI
    • Home page
    • Station, SubStation
    • SideBar
    • Notification page
    • Searchbar
  • Basic functionality
    • Adding a post
    • Adding a comment
    • Loading posts for Home, Station, SubStation
    • Loading comments for post
    • Login a user
    • Loading data for user
  • Updated UI
  • Refactor Networking
  • Unit testing
  • UI testing

Installation

% git clone https://github.com/rbezghin/projectX.git
% cd projectX
% pod install
% pod update

Usage

% open projectX.xcworkspace 

Commiting new code to your branch

("git add ." works correctly only if you have the most up to date .gitignore)

% git add .               # gets you "on branch someBranch"
% git commit -m "message" # commits new code
% git pull                # gets your local branch up to date
% git push                # gets you remote branch up to date

Merging new code with master

% git checkout someBranch      # gets you "on branch someBranch"
% git pull origin master       # gets you up to date with origin

Then go to https://github.com/rbezghin/projectX/pulls to open a pull request master <- someBranch so that we can review it.

About

social app for college students

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Swift 99.9%
  • Ruby 0.1%