Welcome to Rick Finder! This application allows you to search for characters from the TV show "Rick and Morty." You can easily find detailed information about your favorite characters from the series.
- Search for characters by name.
- View detailed information about each character, including their status, species, gender, origin, and more.
- Responsive and user-friendly interface.
Before you begin, ensure you have the following installed on your machine:
-
Clone the repository:
git clone https://github.com/luke-dowling/rick-finder.git cd rick-finder
-
Install dependencies:
npm install
-
Start the application:
npm run dev
The application will be available at
http://localhost:5173
.
- Open your web browser and navigate to
http://localhost:5173
. - Use the search bar to type in the name of a character from "Rick and Morty."
- Browse through the search results and click on a character to view detailed information.
- React: A JavaScript library for building user interfaces.
- TypeScript: A typed superset of JavaScript that compiles to plain JavaScript.
- Axios: A promise-based HTTP client for the browser and Node.js.
- Rick and Morty API: The application fetches character data from this public API.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature/YourFeatureName
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/YourFeatureName
- Create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
If you have any questions or suggestions, feel free to reach out:
- GitHub Issues: luke-dowling/rick-finder/issues
Enjoy finding your favorite Rick and Morty characters!
Wubba Lubba Dub Dub!