https://github.com/facuperezm/basement-challenge
🏴☠️ This is my solution to Basement challenge
https://github.com/facuperezm/basement-challenge
nextjs shadcn-ui tailwindcss typescript
Last synced: 5 months ago
JSON representation
🏴☠️ This is my solution to Basement challenge
- Host: GitHub
- URL: https://github.com/facuperezm/basement-challenge
- Owner: facuperezm
- Created: 2023-11-01T12:46:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-26T13:09:39.000Z (about 1 year ago)
- Last Synced: 2025-01-13T11:27:23.330Z (6 months ago)
- Topics: nextjs, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://basement.facupm.dev
- Size: 997 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basement Challenge
This is my solution to the Basement Frontend Challenge. [Live site](http://basement-challenge.vercel.app)

## Tech Stack
**Code:** Next.js 14, TypeScript, Tailwind CSS, shadcn/ui (Radix UI)
**Deploy:** Vercel
## Optimizations
- [ ] Better handle state managment or incorporate URL-based state persistence.
- [ ] Implement a toast notification to inform users when a product has been successfully added to the cart.
- [ ] Refine minor details to achieve pixel-perfect with Figma design.## Screenshots

## Lighthouse score

## Running locally
```bash
$ git clone https://github.com/facuperezm/basement-challenge.git
$ cd basement-challenge
$ pnpm i
$ pnpm dev
```Go to [http://localhost:3000](http://localhost:3000).
## Final comments
In this challenge, I took on some truly demanding tasks. Building a project from the ground up in just two days is quite a challenge! However, I'm proud of the result I've achieved. I'm aware there's room for improvement, but this is an honest representation of my skills during a challenge in a short period of time. I hope you all enjoy it!
## Author
- [Facundo Perez Montalvo](https://facuperezm.vercel.app)
[](https://facuperezm.vercel.app/)
[](https://www.linkedin.com/in/facuperezm/)
[](https://github.com/facuperezm)