FashionFetch is a web-based application that aggregates articles from various sources, providing a unified and user-friendly interface for browsing, searching, and filtering articles.
This project is built as a monorepo with a Spring Boot backend and a React frontend:
- Article Aggregation: Pull articles from multiple sources, updated daily.
- Dynamic Search and Filter: Explore content by source, category, or keywords.
- Responsive Design: Works seamlessly on desktop and mobile devices.
Make sure you have the following installed on your system:
The project is organized into two main folders:
- backend/: Contains the Spring Boot backend.
- frontend/: Contains the React frontend.
To get started, clone the repository:
git clone https://github.com/your-repo-url/fashionfetch.git
cd fashionfetch