{"id":28455483,"url":"https://github.com/vivek92503/techvision-realtime-web-app","last_synced_at":"2026-04-11T12:02:14.001Z","repository":{"id":296429942,"uuid":"992757764","full_name":"Vivek92503/TechVision-Realtime-Web-App","owner":"Vivek92503","description":"TechVision is a responsive business landing page with real-time backend integration, featuring a contact form and pricing plans powered by Node.js, Express, and MongoDB.","archived":false,"fork":false,"pushed_at":"2025-05-30T17:08:06.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-31T00:18:46.835Z","etag":null,"topics":["api","css3","expressjs","git","html5","javascript","mongodb","nodejs","rest-api","vscode"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/Vivek92503.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-05-29T17:01:37.000Z","updated_at":"2025-05-30T17:08:22.000Z","dependencies_parsed_at":"2025-05-31T00:23:50.023Z","dependency_job_id":"59f4cb1d-7d14-4912-bc09-3c7f159937b2","html_url":"https://github.com/Vivek92503/TechVision-Realtime-Web-App","commit_stats":null,"previous_names":["vivek92503/techvision-realtime-web-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Vivek92503/TechVision-Realtime-Web-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vivek92503%2FTechVision-Realtime-Web-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vivek92503%2FTechVision-Realtime-Web-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vivek92503%2FTechVision-Realtime-Web-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vivek92503%2FTechVision-Realtime-Web-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vivek92503","download_url":"https://codeload.github.com/Vivek92503/TechVision-Realtime-Web-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vivek92503%2FTechVision-Realtime-Web-App/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260519137,"owners_count":23021414,"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","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","css3","expressjs","git","html5","javascript","mongodb","nodejs","rest-api","vscode"],"created_at":"2025-06-06T22:09:13.445Z","updated_at":"2025-10-18T00:04:49.933Z","avatar_url":"https://github.com/Vivek92503.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TechVision – Real-Time Web App\nTechVision is a responsive business landing page with real-time backend integration, featuring a contact form and pricing plans powered by Node.js, Express, and MongoDB.\n\n# Table of Contents\n- [Introduction](#introduction)\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [Setup Instructions](#setup-instructions)\n- [Available Scripts](#available-scripts)\n- [Deployment](#deployment)\n- [Future Enhancements](#future-enhancements)\n- [Notes](#notes)\n- [License](#license)\n\n# Introduction\n\nTechVision is a modern and responsive business landing page. It is designed for tech startups or companies looking to promote their products or services online. The project features a user-friendly frontend and a real-time backend using Node.js, Express, and MongoDB. It allows users to interact through a contact form and pricing plan selections, both of which are stored in a database.\n\n# Features\n\n* Fully responsive HTML/CSS landing page\n* Typing animation in the hero section\n* Smooth scrolling and responsive navigation bar\n* Contact form that submits data to a backend\n* Pricing plan buttons that store user selections in a database\n* Real-time functionality using REST API endpoints\n* GitHub-ready with proper project structure\n\n## Technologies Used\n\n**Frontend:**\n\n* HTML5\n* CSS3\n* JavaScript (Vanilla)\n\n**Backend:**\n\n* Node.js\n* Express.js\n* MongoDB (local or hosted via MongoDB Atlas)\n\n\n# Setup Instructions\n\n1. Clone the repository or download the ZIP:\n\n   ```\n   git clone https://github.com/yourusername/techvision-realtime.git\n   cd techvision-realtime\n   ```\n\n2. Install required Node.js packages:\n\n   ```\n   npm install\n   ```\n\n3. Start the backend server:\n\n   ```\n   npm start\n   ```\n\n4. Open the `index.html` file in your browser manually\n   OR use Live Server extension in VS Code.\n\n\n# Available Scripts\n\n* `npm start` – Starts the backend server on `http://localhost:3000`\n* `npm install` – Installs all required packages based on `package.json`\n\n\n# Deployment\n\nYou can deploy this project using:\n\n**Frontend**\n\n* GitHub Pages\n* Netlify\n* Vercel\n\n**Backend**\n\n* Render\n* Railway\n* Glitch\n\n**Database**\n\n* MongoDB Atlas (cloud version of MongoDB)\n\nMake sure to update the MongoDB connection string in `server.js` with your hosted MongoDB URI when deploying.\n\n# Future Enhancements\n\n* Add user authentication (sign up/login)\n* Create a dashboard to manage form submissions\n* Use a templating engine like EJS for server-rendered pages\n* Add form validation and confirmation messages\n* Add email notifications when users submit forms\n\n# Notes\n\n* Do not upload the `node_modules/` folder to GitHub — it’s automatically recreated from `package.json`\n* Make sure MongoDB is running locally or use MongoDB Atlas for production\n* This is a beginner-friendly full stack project – no authentication or user roles yet\n* Ensure CORS is enabled for frontend-backend communication during development\n\n# License\n\nThis project is open-source and available under the **MIT License**.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvivek92503%2Ftechvision-realtime-web-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvivek92503%2Ftechvision-realtime-web-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvivek92503%2Ftechvision-realtime-web-app/lists"}