Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.25 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.25 KB

NewsMonkey - Get your daily dose of News for Free!

NewsMonkey is a news app that provides quick daily news bites on a variety of topics, including weather, politics, and sports. This HTML file contains the code for the NewsMonkey website.

Getting Started

To get started with NewsMonkey, you will need to follow these steps:

  1. Install Node.js and npm on your computer if you haven't already done so.
  2. Clone this repository to your local machine.
  3. Navigate to the cloned repository in your terminal.
  4. Run npm install to install the necessary dependencies.
  5. Run npm start to start the development server.
  6. Open your web browser and navigate to http://localhost:3000 to view the website.

Dependencies

NewsMonkey relies on several dependencies to function properly, including:

  • Bootstrap v5.3.0
  • Pace.js v1.2.4
    These dependencies are included in the HTML file via CDN links, so you do not need to install them separately.
  • react-infinite-scroll-component
    Install it via the command npm install --save react-infinite-scroll-component

Contributing

If you would like to contribute to NewsMonkey, feel free to submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more information.