A modern news app with a unique design, delivering the latest news with smooth animations and intuitive navigation. Built with React, Vite, Locomotive Scroll, and Framer Motion, this app provides users with a visually engaging, seamless news-reading experience.
- React with Vite: Enables fast and optimized frontend development.
- Locomotive Scroll: Provides smooth and interactive scrolling effects.
- Framer Motion: Adds fluid animations for an enhanced user experience.
- Unique Design: A fresh, modern interface tailored for an enjoyable news-reading experience.
- Smooth Scrolling and Transitions: Engages users with fluid motion and animations.
- Real-Time News Updates: Fetches live news data from a reliable API.
- Categorized News: Organizes articles into categories for easy navigation.
Check out the app in action here: The Newspaper
Follow these steps to clone and run the project locally.
Ensure you have the following installed:
-
Clone the repository:
git clone https://github.com/ashbhati26/The-Newspaper.git
-
Navigate to the project directory:
cd The-Newspaper
-
Install dependencies:
npm install
-
Start the development server:
npm run dev