An iOS Mobile App for the Open-Source Bona Blogging platform.
- General info
- Screenshots
- Technologies
- Setup
- Features
- Status
- Inspiration
- Contact
- License
- Contributing
An Open-Source bloggig plaform like Medium and Real Python built with Python and Django. It has a number of features needed for a standard bloggin platform.
Feed | Categories List |
---|---|
- Swift 4
- iOS 12 SDK
- Kingfisher
To clone and run this application, you'll need a MacBook, Xcode 10.1 and Git installed on your Mac. From your command line:
# Clone this repository
$ git clone https://github.com/Williano/Bona-Mobile.git
# Go into the repository
$ cd Bona
# Open project in Xcode
$ open Bona.xcworkspace
- Web App
- Authors List
- Author Articles List
- Category List
- Category Articles List
- Related Articles
- Comments
- Article Minute Read
- Article Number of Words
- Aricle Number of Views
- Markdown Support
- Clean Code
To-do list:
- Authors List
- Author Articles List
- Category Articles List
- Related Articles
- Comments
- Article Minute Read
- Article Number of Words
- Aricle Number of Views
- Article Detail
- Dark Mode
- Launch Screen
Project is: in progress
This project is based on the goal of imporving my skills as a developer. I wanted to improve my skills and also contribute to the open source community at the same time and decided to build this project. I have learnt different technologies for the project and I keep on learning new skills as i add features to the project.
Created by Williano - feel free to contact me!
You can check out the full license here
This project is licensed under the terms of the MIT license.
- Fork it (https://github.com/Williano/Bona-Mobile.git)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request