HackerBuzz is a mobile application built using React Native and Expo, designed to provide a user-friendly interface for accessing and interacting with news and information. The app includes features for browsing, bookmarking, and commenting on stories(not yet...).
- Story Browsing: Browse and view news stories.
- Bookmarking: Save favorite stories for later reading.
- Commenting: Engage with other users by commenting on stories. (Coming soon...)
- Settings: Customize app settings and preferences.
- Onboarding: Guided introduction for new users.
- Light/Dark Theme Mode: (Inferred from
theme
directory)
This project uses Expo and React Native. You will need Node.js and npm (or yarn) installed.
-
Clone the repository:
git clone https://github.com/ajshrmaofficial/HackerBuzz.git
or fork the repository and clone your fork.
-
Navigate to the project directory:
cd HackerBuzz
-
Install dependencies:
npm install
or
yarn install
-
Start the development server:
npx expo start
After installing the dependencies and starting the development server, you can access the application using an Expo Go client or by building the application for your specific platform (iOS or Android). The application provides intuitive navigation for browsing, bookmarking, and commenting on stories.
This app is heavily inspired from Harmonic for Hacker News