PaperSearch is a web application designed to fetch and display research papers using the arXiv API. It allows users to browse a list of research papers and toggle the display of summaries for a more streamlined research experience.
- Fetch research papers: Retrieves papers directly from the arXiv API.
- Toggle summaries: View or hide summaries for selected papers with a simple click.
- Clean and simple interface: Easy navigation and usability.
- Extensible: Designed to accommodate additional features in the future.
Follow these instructions to set up and run the project locally.
- Node.js (v16 or higher recommended)
- A modern web browser
-
Clone the repository:
git clone https://github.com/yourusername/papersearch.git cd papersearch
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open in your browser:
Visithttp://localhost:3000
to view the application.
Contributions are welcome!
- Fork the repository.
- Create a feature branch:
git checkout -b feature-name
. - Commit your changes:
git commit -m "Add feature-name"
. - Push to the branch:
git push origin feature-name
. - Open a pull request.
- arXiv API for providing open access to research papers.