https://github.com/marekpridal/bsc-rxswift-demo
https://github.com/marekpridal/bsc-rxswift-demo
ios reactive rxcocoa rxswift swift
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marekpridal/bsc-rxswift-demo
- Owner: marekpridal
- Created: 2018-05-27T10:02:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-08T16:53:54.000Z (over 6 years ago)
- Last Synced: 2025-03-13T06:15:00.608Z (over 1 year ago)
- Topics: ios, reactive, rxcocoa, rxswift, swift
- Language: Swift
- Size: 654 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task
Implement simple native iPhone application for management of personal notes. The application should be ready to build and run right after clone of your repository.
The application should integrate API, which is ready to use at URL: http://private-9aad-note10.apiary-mock.com/
### Methods
`GET /notes`
`GET /notes/{id}`
`POST /notes`
`PUT /notes/{id}`
`DELETE /notes/{id}`
### Functional requirements
Main page with list of notes should be opened right after installation/opening of the application.
User can display, edit, delete and create new note.
### Non-functional requirements
You are the GUI designer, feel free to do whatever you want, but follow platform conventions and standards.
The application should be created from standard and native components.
Swift is preferred way. Objective-C is simply OK.
The project has to contain at least one unit test.
## Installation
1. Use `git clone` for getting repository
2. Use command line to navigate into root directory of project
3. Run `pod install` in terminal
4. Open `BSC.xcworkspace` file
5. Run project using `CMD+R`
## Unit tests
1. After successful project setup, go to `BSCTests` group
2. In `NotesModelTests.swift` file find test method `testAddNewNote` and run it by clicking on symbol of diamond