https://github.com/camilo-j/netapp-frontend-challenge
This is a simple app where you can search for photos and filter by orientation.
https://github.com/camilo-j/netapp-frontend-challenge
react react-router shadcn-ui talwindcss typescript zustand
Last synced: about 2 months ago
JSON representation
This is a simple app where you can search for photos and filter by orientation.
- Host: GitHub
- URL: https://github.com/camilo-j/netapp-frontend-challenge
- Owner: Camilo-J
- Created: 2025-02-04T19:28:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-04T21:22:09.000Z (over 1 year ago)
- Last Synced: 2025-04-03T08:44:51.453Z (about 1 year ago)
- Topics: react, react-router, shadcn-ui, talwindcss, typescript, zustand
- Language: TypeScript
- Homepage: https://netapp-frontend-challenge.vercel.app
- Size: 969 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netapp Challenge
This is a simple app where you can search for photos and filter by orientation.
## Screenshots

## Built With
- [React](https://react.dev/)
- [TypeScript](https://www.typescriptlang.org/)
- [Zustand](https://zustand.docs.pmnd.rs/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Vercel](https://vercel.com/)
## Getting Started
To get a local copy up and running follow these steps.
### Prerequisites
- Bun
### Installation
1. Clone the repo, or download the zip file
```bash
git@github.com:Camilo-J/netapp-frontend-challenge.git
```
2. Install NPM packages
```bash
bun install
```
3. Run the app
```bash
bun run dev
```
## License
Distributed under the MIT License. See `LICENSE` for more information.