{"id":31693792,"url":"https://github.com/nonce-firewall/nonce-firewall-base","last_synced_at":"2026-04-03T23:36:37.453Z","repository":{"id":314794648,"uuid":"1056777292","full_name":"Nonce-firewall/Nonce-Firewall-Base","owner":"Nonce-firewall","description":"Crafting exceptional digital experiences with modern web technologies.","archived":false,"fork":false,"pushed_at":"2025-09-21T23:21:25.000Z","size":705,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-22T01:15:18.775Z","etag":null,"topics":["css","developer","formspree-api","full-stack","html","javascript","portfolio-website","postgresql","react","react-router","react-router-dom","supabase","tailwindcss","tech","typscript","vite"],"latest_commit_sha":null,"homepage":"https://noncefirewall.tech/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nonce-firewall.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-14T19:27:40.000Z","updated_at":"2025-09-21T23:21:29.000Z","dependencies_parsed_at":"2025-09-14T21:28:07.143Z","dependency_job_id":"975e95f4-d9e4-4db1-86bd-cdb6cc41cbe5","html_url":"https://github.com/Nonce-firewall/Nonce-Firewall-Base","commit_stats":null,"previous_names":["nonce-firewall/nonce-firewall-base"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Nonce-firewall/Nonce-Firewall-Base","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nonce-firewall%2FNonce-Firewall-Base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nonce-firewall%2FNonce-Firewall-Base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nonce-firewall%2FNonce-Firewall-Base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nonce-firewall%2FNonce-Firewall-Base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nonce-firewall","download_url":"https://codeload.github.com/Nonce-firewall/Nonce-Firewall-Base/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nonce-firewall%2FNonce-Firewall-Base/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278972328,"owners_count":26078017,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","developer","formspree-api","full-stack","html","javascript","portfolio-website","postgresql","react","react-router","react-router-dom","supabase","tailwindcss","tech","typscript","vite"],"created_at":"2025-10-08T15:53:14.993Z","updated_at":"2025-10-08T15:53:17.937Z","avatar_url":"https://github.com/Nonce-firewall.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nonce Firewall Portfolio\n\nA modern, responsive portfolio website built with React, TypeScript, and Tailwind CSS. Features a complete admin dashboard for content management and integrates with Supabase for data storage.\n\n## Features\n\n- 🎨 Modern, responsive design\n- 📱 Mobile-first approach\n- 🔧 Admin dashboard for content management\n- 💾 Supabase integration for data storage\n- 🚀 Fast performance with Vite\n- 📧 Contact form with email notifications\n- ⭐ Client reviews system\n- 🛠️ Skills showcase\n- 📦 Products/tools section\n\n## Tech Stack\n\n- **Frontend**: React 18, TypeScript, Tailwind CSS\n- **Build Tool**: Vite\n- **Database**: Supabase\n- **Icons**: Lucide React\n- **Routing**: React Router DOM\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 18+ \n- npm or yarn\n- Supabase account\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone \u003crepository-url\u003e\ncd portfolio-website\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Set up environment variables:\n```bash\ncp .env.example .env\n```\n\n4. Add your Supabase credentials to `.env`:\n```\nVITE_SUPABASE_URL=your_supabase_project_url\nVITE_SUPABASE_ANON_KEY=your_supabase_anon_key\n```\n\n5. Start the development server:\n```bash\nnpm run dev\n```\n\n## Project Structure\n\n```\nsrc/\n├── admin/              # Admin dashboard components\n├── components/         # Reusable UI components\n├── hooks/             # Custom React hooks\n├── lib/               # Utility libraries (Supabase client)\n├── pages/             # Page components\n├── types/             # TypeScript type definitions\n├── App.tsx            # Main app component\n├── main.tsx           # App entry point\n└── index.css          # Global styles\n```\n\n## Admin Dashboard\n\nAccess the admin dashboard at `/admin` to manage:\n\n- Site settings (hero text, social links, stats)\n- Projects (add, edit, delete projects)\n- Reviews (manage client testimonials)\n- Skills (technical skills with proficiency levels)\n- Products (tools and resources)\n- Contacts (view and manage inquiries)\n- Blogs (Create and manage blogs contents)\n\n## Database Schema\n\nThe project uses Supabase with the following tables:\n\n- `site_settings` - Site configuration and content\n- `projects` - Portfolio projects\n- `reviews` - Client testimonials\n- `skills` - Technical skills\n- `products` - Tools and products\n- `contacts` - Contact form submissions\n- `team_members` - Team member profiles and information\n- `profiles` - User authentication profiles and roles\n- `blogs` - Insights, tutorials, and thoughts\n\n## Deployment\n\n1. Build the project:\n```bash\nnpm run build\n```\n\n2. Deploy the `dist` folder to your hosting provider\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch\n3. Make your changes\n4. Submit a pull request\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnonce-firewall%2Fnonce-firewall-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnonce-firewall%2Fnonce-firewall-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnonce-firewall%2Fnonce-firewall-base/lists"}