https://github.com/chiragbadhe/jiffyscan
AA Explorer
https://github.com/chiragbadhe/jiffyscan
Last synced: 3 months ago
JSON representation
AA Explorer
- Host: GitHub
- URL: https://github.com/chiragbadhe/jiffyscan
- Owner: chiragbadhe
- Created: 2024-05-31T06:59:07.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T07:00:13.000Z (12 months ago)
- Last Synced: 2025-03-09T20:54:13.771Z (3 months ago)
- Language: TypeScript
- Size: 823 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jiffyScan

### Things Done ✅
- Tab switch between "Completed" and "In Review" sections.
- Hover effect on hackathon cards.
- Filter-by tab with categories: Design, Frontend, Backend, Blockchain, Content.
- Profile dropdown menu on clicking the profile section.
- Search button with stages: default, on hover, on select, pasting address.
- Tag component for displaying tags (e.g., frontend, blockchain, backend).
- Reusable card component for displaying various content.## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
# jiffyscan