Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lynder063/fbi-wanted-list


https://github.com/lynder063/fbi-wanted-list

Last synced: about 14 hours ago
JSON representation

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.