{"id":26506208,"url":"https://github.com/TriTacLe/Portfolio-v1","last_synced_at":"2026-05-29T11:01:09.597Z","repository":{"id":273124517,"uuid":"910821407","full_name":"TriTacLe/Portfolio","owner":"TriTacLe","description":"A portfolio showcasing my projects, skills, and experience.","archived":false,"fork":false,"pushed_at":"2025-04-14T17:21:57.000Z","size":11363,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T18:29:51.143Z","etag":null,"topics":["react","type","vercel","webde"],"latest_commit_sha":null,"homepage":"https://www.tritacle.no/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TriTacLe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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-01-01T14:35:56.000Z","updated_at":"2025-04-14T17:22:01.000Z","dependencies_parsed_at":"2025-03-06T22:30:02.915Z","dependency_job_id":"02f59555-4a8d-4a63-9983-954b294520d2","html_url":"https://github.com/TriTacLe/Portfolio","commit_stats":null,"previous_names":["tritacle/my-website-project","tritacle/portfolio"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/TriTacLe/Portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TriTacLe%2FPortfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TriTacLe%2FPortfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TriTacLe%2FPortfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TriTacLe%2FPortfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TriTacLe","download_url":"https://codeload.github.com/TriTacLe/Portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TriTacLe%2FPortfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274583708,"owners_count":25311897,"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-09-11T02:00:13.660Z","response_time":74,"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":["react","type","vercel","webde"],"created_at":"2025-03-20T22:26:26.066Z","updated_at":"2026-05-29T11:01:09.486Z","avatar_url":"https://github.com/TriTacLe.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tritacle.no\n\nTritacle.no is a modern and responsive website built using React and TypeScript, hosted on Vercel. The site is designed to deliver a seamless user experience, ensuring high performance and maintainability.\n\n## Features\n\n- **React \u0026 TypeScript**: Leverages the power of React for a component-based architecture and TypeScript for type safety and better code quality.\n- **Responsive Design**: Fully responsive layout that looks great on desktops, tablets, and mobile devices.\n- **Vercel Hosting**: Hosted on Vercel for fast and reliable performance with automated deployments.\n- **Modern UI**: Clean and modern user interface for an intuitive browsing experience.\n\n## Tech Stack\n\n- **Framework**: React\n- **Language**: TypeScript\n- **Hosting**: Vercel\n- **CSS**: Styled Components / CSS Modules\n- **Build Tool**: Vite / Create React App / Next.js\n- **UX/UI design tools**: Canva and Figma\n\n## Installation\n\nFollow these steps to set up the project locally:\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/yourusername/tritacle.no.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd frontend\n   ```\n\n3. Install dependencies:\n\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n4. Start the development server:\n\n   ```bash\n   npm start\n   # or\n   yarn start\n   ```\n\n5. Open the site in your browser:\n\n   ```\n   http://localhost:3000\n   ```\n\n## Deployment\n\nTritacle.no is deployed on Vercel. To deploy your own version:\n\n1. Connect your repository to Vercel.\n2. Push your changes to the main branch.\n3. Vercel will automatically build and deploy your site.\n\n## Directory Structure\n\n```plaintext\nsrc/\n├── components/      # Reusable components\n├── pages/           # Application pages\n├── assets/          # Static assets like images and icons\n├── styles/          # Global and modular styles\n├── utils/           # Utility functions\n├── hooks/           # Custom React hooks\n└── App.tsx          # Main app component\n```\n\n## Scripts\n\n- **`npm start`**: Start the development server.\n- **`npm run build`**: Build the project for production.\n- **`npm run lint`**: Run the linter to check for code issues.\n- **`npm test`**: Run tests (if applicable).\n\n## Contributing\n\nWe welcome contributions! To contribute:\n\n1. Fork the repository.\n2. Create a new branch:\n\n   ```bash\n   git checkout -b feature-name\n   ```\n\n3. Make your changes and commit them:\n\n   ```bash\n   git commit -m \"Add a feature\"\n   ```\n\n4. Push to your fork and submit a pull request.\n\n   ```bash\n   git push origin feature-name\n   ```\n\n## Contact\n\nFor questions or feedback, please reach out at [tritac.le@gmail.com](mailto:tritac.le@gmail.com).\n\n---\n\nThank you for visiting Tritacle.no!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTriTacLe%2FPortfolio-v1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTriTacLe%2FPortfolio-v1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTriTacLe%2FPortfolio-v1/lists"}