Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/joshuamotoaki/fetch-challenge
- Owner: joshuamotoaki
- License: mit
- Created: 2024-09-29T03:21:17.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-22T00:55:04.000Z (18 days ago)
- Last Synced: 2024-10-22T23:23:06.873Z (17 days ago)
- Topics: svelte, tailwindcss, vite
- Language: Svelte
- Homepage:
- Size: 12.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🐶 The Barkchives
Codebase for [Fetch's](https://fetch.com/) front-end internship coding exercise.
## 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.