{"id":20018817,"url":"https://github.com/codercake/aspirenex-2prod","last_synced_at":"2026-04-12T15:10:14.874Z","repository":{"id":254943275,"uuid":"788336723","full_name":"codercake/aspirenex-2prod","owner":"codercake","description":"This Repository focuses on building two main tasks: building a Personal Portfolio Page that showcases skills and projects with a responsive design using technologies like React and creating a Startup Board website that enables interaction between investors and startup founders, featuring a blog section, and built with the MERN stack.","archived":false,"fork":false,"pushed_at":"2024-07-02T14:09:23.000Z","size":8093,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T03:23:28.987Z","etag":null,"topics":["api-server","expressjs","mern-stack","mongodb","nodejs","reactjs","styled-components"],"latest_commit_sha":null,"homepage":"https://ishitha-devportfolio.vercel.app","language":"JavaScript","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/codercake.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2024-04-18T08:11:08.000Z","updated_at":"2024-11-09T14:41:52.000Z","dependencies_parsed_at":"2024-08-27T04:15:53.200Z","dependency_job_id":"b1c53b14-8ff9-41d5-affa-17778b2d0553","html_url":"https://github.com/codercake/aspirenex-2prod","commit_stats":null,"previous_names":["codercake/aspirenex","codercake/aspirenex-2prod"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codercake/aspirenex-2prod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codercake%2Faspirenex-2prod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codercake%2Faspirenex-2prod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codercake%2Faspirenex-2prod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codercake%2Faspirenex-2prod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codercake","download_url":"https://codeload.github.com/codercake/aspirenex-2prod/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codercake%2Faspirenex-2prod/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267907296,"owners_count":24164242,"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-07-30T02:00:09.044Z","response_time":70,"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":["api-server","expressjs","mern-stack","mongodb","nodejs","reactjs","styled-components"],"created_at":"2024-11-13T08:24:26.088Z","updated_at":"2025-10-28T21:37:53.986Z","avatar_url":"https://github.com/codercake.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"**TABLE CONTENTS OF THE RESPECTIVE PROJECTS**\n\n1. [Personal Portfolio Page](#personal-portfolio-page)\n    - [Project Description](#project-description)\n    - [Features](#features)\n    - [Technologies Used](#technologies-used)\n    - [Setup Instructions](#setup-instructions)\n    - [Deployment](#deployment)\n2. [Startup Board](#startup-board)\n    - [Project Description](#project-description-1)\n    - [Features](#features-1)\n    - [Technologies Used](#technologies-used-1)\n    - [Setup Instructions](#setup-instructions-1)\n\n## Personal Portfolio Page\n\n### Project Description\nThis project involves creating a personal portfolio page that is responsive and visually appealing. It includes sections such as projects, skills, about me, and contact information. The goal is to design a layout that is not only aesthetically pleasing but also functional and user-friendly, showcasing your web development skills.\n\n### Features\n- Responsive design\n- Projects showcase\n- Skills display\n- About me section\n- Contact form\n- Cross-browser compatibility\n\n### Technologies Used\n- HTML\n- CSS\n- JavaScript\n- [React](https://reactjs.org/)\n- [Styled-components](https://styled-components.com/)\n- [EmailJS](https://www.emailjs.com/)\n\n### Setup Instructions\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/your-username/personal-portfolio.git\n   cd personal-portfolio\n   ```\n\n2. **Install dependencies:**\n   ```bash\n   npm install\n   ```\n\n3. **Run the project:**\n   ```bash\n   npm start\n   ```\n\n4. **Open your browser and visit:**\n   ```\n   http://localhost:3000\n   ```\n\nHere is the working link of the website: https://ishitha-devportfolio.vercel.app/\n\n## Startup Board\n\n### Project Description\nThis project is a start-up board website where investors and start-up founders can interact and request assistance. It also features a blog section for the general public to read about the latest happenings in the start-up ecosystem. The design and functionality of this portal are flexible and depend on your creativity and design thinking.\n\n### Features\n- Investor and founder interaction\n- Help request functionality\n- Blog section\n- User-friendly interface\n\n### Technologies Used\n- MongoDB\n- Express.js\n- React\n- Node.js\n- Redux (for state management)\n- Styled-components (for styling)\n\n### Setup Instructions\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/your-username/startup-board.git\n   cd startup-board\n   ```\n\n2. **Install server dependencies:**\n   ```bash\n   cd server\n   npm install\n   ```\n\n3. **Install client dependencies:**\n   ```bash\n   cd ../client\n   npm install\n   ```\n\n4. **Run the server:**\n   ```bash\n   cd ../server\n   npm start\n   ```\n\n5. **Run the client:**\n   ```bash\n   cd ../client\n   npm start\n   ```\n\n6. **Open your browser and visit:**\n   ```\n   http://localhost:3000\n   ```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodercake%2Faspirenex-2prod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodercake%2Faspirenex-2prod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodercake%2Faspirenex-2prod/lists"}