Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.75 KB

README.md

File metadata and controls

56 lines (41 loc) · 1.75 KB

HackerBuzz Logo

HackerBuzz

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...).

Features

  • 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)

Get Started

This project uses Expo and React Native. You will need Node.js and npm (or yarn) installed.

  1. Clone the repository:

    git clone https://github.com/ajshrmaofficial/HackerBuzz.git

    or fork the repository and clone your fork.

  2. Navigate to the project directory:

    cd HackerBuzz
  3. Install dependencies:

    npm install

    or

    yarn install
  4. Start the development server:

    npx expo start

Usage

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.

Contact Information

[email protected]

Credits

This app is heavily inspired from Harmonic for Hacker News