A technology-focused application that shows the most recent news articles and events in the industry. News posts are updated every minute, making sure you are the first to know what's next.
- Initial Setup (.NET MAUI)
- Create Navigation Frame
- Service Layer (API)
- Design UI / Article Card / Article
- Implement UI / Article Card / Article
- Tie API to UI
- Support Filtering
- Support Search (Possibly)
-- Coming Soon --
- Fork the repository
- Create a branch (
git checkout -b new-feature
) - Commit your changes (
git commit -am 'Add new feature'
) - Push to the branch (
git push origin new-feature
) - Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE.md file for details
-- Coming Soon --