Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lynder063/fbi-wanted-list
https://github.com/lynder063/fbi-wanted-list
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/lynder063/fbi-wanted-list
- Owner: Lynder063
- Created: 2024-09-10T19:06:52.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T22:04:44.000Z (2 months ago)
- Last Synced: 2024-09-15T03:31:25.600Z (2 months ago)
- Language: TypeScript
- Homepage: https://lynder063.github.io/fbi-wanted-list/
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FBI Wanted List
## Overview
The FBI Wanted List is a web application that displays information about individuals currently on the FBI's wanted list. This application provides an interactive interface for users to browse through wanted persons, search for specific individuals, and view detailed information about each person.
## Features
- Display a grid of FBI wanted persons with their images and basic information
- Real-time search functionality to filter wanted persons by name
- Responsive design for optimal viewing on various devices
- Pagination for easy navigation through the list of wanted persons
- Detailed view of each wanted person, including age, race, height, weight, and crime information## Technologies Used
- React.js
- Next.js
- Tailwind CSS
- FBI Wanted API## Installation
1. Clone the repository:
```
git clone https://github.com/your-username/fbi-wanted-viewer.git
```2. Navigate to the project directory:
```
cd fbi-wanted-list
```3. Install dependencies:
```
npm install
```4. Start the development server:
```
npm run dev
```5. Open your browser and visit `http://localhost:3000`
## Usage
- Browse through the list of wanted persons on the main page
- Use the search bar at the top of the page to filter wanted persons by name
- Click on a wanted person's card to view more detailed information
- Use the pagination buttons at the bottom of the page to navigate through the list## API
This application uses the FBI Wanted API to fetch data. You can find more information about the API at [https://api.fbi.gov/docs](https://api.fbi.gov/docs)
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.