- Fetching news data from a newsapi.org API.
- Made using Swift, SwiftUI and following business logic MVVM to setup everything in the project.
- Made custom shapes using bézier curve concept and SwiftUI path.
- Firebase auth for login and sign up.
- Firebase firestore for master slave db setup.
- Design link: https://dribbble.com/shots/20391043-News-App
slideNews.mp4
To run the Slide News App on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/FireLord/slidenews.git
- Open the project in XCode.
- Build and run the app on a simulator.
- Change bundle id to be able to run on real device.
Make sure you have an active internet connection to fetch the latest news data from the API.