Skip to content

saladilakshman/news-app

Repository files navigation

News App

This News App is built using ReactJS, Tailwind CSS, and the GNews.io API. The app provides news articles across various categories and includes a share functionality. Users can get the latest news on sports, business, health, and more.

Features

  • News Categories: Access news articles from various categories such as sports, business, health, etc.
  • Share Functionality: Share news articles directly from the app via a shareable link.
  • Responsive Design: Ensures a seamless experience across all devices, including desktops, tablets, and mobile phones.

Technologies Used

  • ReactJS : For building the user interface.
  • Tailwind CSS: For a flexible and modern design.
  • GNews.io API : For fetching the latest news articles.
  • Axios : For making API requests.
  • Local Storage : For storing user data locally.

Installation

  1. Clone the repository:

    git clone https://github.com/saladilakshman/news-app.git
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Open your browser and navigate to http://localhost:5173.

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes.

  1. Fork the repository.

  2. Create a new branch:

    git checkout -b feature-branch
  3. Make your changes and commit them:

    git commit -m "Description of your changes"
  4. Push to the branch:

    git push origin feature-branch
  5. Create a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A News app which provides news articles across various categories and includes a share functionality

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors