https://github.com/akalanka47000/scrapher-client
A React frontend which consumes the Scrapher API at - https://github.com/Akalanka47000/scrapher
https://github.com/akalanka47000/scrapher-client
demo-app react web-scraper
Last synced: 17 days ago
JSON representation
A React frontend which consumes the Scrapher API at - https://github.com/Akalanka47000/scrapher
- Host: GitHub
- URL: https://github.com/akalanka47000/scrapher-client
- Owner: Akalanka47000
- Created: 2025-05-02T13:18:43.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2025-05-02T18:23:31.000Z (27 days ago)
- Last Synced: 2025-05-02T18:30:49.300Z (27 days ago)
- Topics: demo-app, react, web-scraper
- Language: TypeScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Scrapher Client
A React client which consumes the Scrapher API @ - `https://github.com/Akalanka47000/scrapher`
## File Structure
- assets - To hold custom assets such as images and fonts
- components - Database configurations and augmentations
- common - Shared components between pages
- badges - A few custom badge components
- core - Atomic components unaffected by business logic
- layout - Layout components such as headers and footers
- home - Components related to the home page
- pages - Page and routing configurations
- providers - App level global providers
- services - External API connectivity layer
- store - Zustand store
- styles - Custom styles
- types - Type definitions
- utils - Shared utilities## Basic Commands
- `bun dev` - Starts the application in dev mode
- `bun build` - Builds the application
- `bun start` - Runs the built application