NewHive is a React app that displays news to its users. It is a dummy website and does not include real data because we cannot deploy it using a news API. The website has a highlights section, a popular post section, and a carousel that displays all posts on every page.
To run NewHive, follow these steps:
-
Clone this repository:
git clone https://github.com/yourusername/NewHive.git
-
Install the dependencies:
npm install
-
Start the development server:
npm start
-
Open the app in a web browser:
http://localhost:3000/
NewHive has the following features:
- Highlights section
- Popular post section
- Carousel that displays all posts on every page
NewHive was built using the following technologies:
- React
- HTML
- CSS
- JavaScript
This project is licensed under the MIT License. See the LICENSE file for more information.