Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joshuamotoaki/fetch-challenge

🐶 Codebase for Fetch's front-end internship coding exercise.
https://github.com/joshuamotoaki/fetch-challenge

svelte tailwindcss vite

Last synced: 6 days ago
JSON representation

🐶 Codebase for Fetch's front-end internship coding exercise.

Awesome Lists containing this project

README

        

# 🐶 The Barkchives

Codebase for [Fetch's](https://fetch.com/) front-end internship coding exercise.


App screenshot

## Setup

1. Clone the repository.
2. Run `npm install` to install dependencies.
3. Run `npm run dev` to start the development server.

## Overview

`The Barkchives` is a simple web app where you can view a gallery of your favorite dog breeds! Simply click on the breeds you want to see, and the gallery will automatically update with images of the selected breeds. You can also search for a specific breed using the search bar. In the gallery, you can hover over an image to see the breed name, easily search the breed on Google, or download the image. Furthermore, your selected breeds are saved in the browser's local storage, so you can easily access them the next time you visit the app.

## Technologies

The project is a Svelte single-page application developed using Vite. TailwindCSS and DaisyUI are utilized for styling. The project is formatted with Prettier.

## License

This project is licensed under the MIT License. See [LICENSE](./LICENSE) for more information.