{"id":19644679,"url":"https://github.com/isayanpal/newstech","last_synced_at":"2026-04-12T13:02:56.610Z","repository":{"id":241361032,"uuid":"805858670","full_name":"isayanpal/newstech","owner":"isayanpal","description":"NewsTech is a web application designed to fetch and display the latest technology news articles from various sources. The application is built using modern web technologies, providing a clean and user-friendly interface for staying up-to-date with the latest in tech.","archived":false,"fork":false,"pushed_at":"2024-09-07T15:45:22.000Z","size":1875,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-09T20:39:56.223Z","etag":null,"topics":["axios","expressjs","framer-motion","nodejs","reactjs","tanstack-react-query"],"latest_commit_sha":null,"homepage":"https://newstech-v1.vercel.app","language":"JavaScript","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/isayanpal.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}},"created_at":"2024-05-25T17:01:19.000Z","updated_at":"2024-10-13T21:14:05.000Z","dependencies_parsed_at":"2024-09-07T17:11:43.558Z","dependency_job_id":"2868ab33-fe17-4b3e-8224-515bfd7d215e","html_url":"https://github.com/isayanpal/newstech","commit_stats":null,"previous_names":["isayanpal/newstech"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isayanpal%2Fnewstech","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isayanpal%2Fnewstech/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isayanpal%2Fnewstech/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isayanpal%2Fnewstech/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isayanpal","download_url":"https://codeload.github.com/isayanpal/newstech/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240952923,"owners_count":19884019,"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":["axios","expressjs","framer-motion","nodejs","reactjs","tanstack-react-query"],"created_at":"2024-11-11T14:29:21.561Z","updated_at":"2026-04-12T13:02:56.544Z","avatar_url":"https://github.com/isayanpal.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NewsTech\n\nNewsTech is a web application designed to fetch and display the latest technology news articles from various sources. The application is built using modern web technologies, providing a clean and user-friendly interface for staying up-to-date with the latest in tech.\n\n## Demo\n\nLive link - https://newstech-v1.vercel.app/\n\n## Tech Stack\n\n### Frontend\n\n- React\n- Axios (HTTP Requests)\n- React Router (Routing)\n- Tailwind CSS (Styling)\n\n### Backend\n\n- Node.js\n- Express.js\n- Axios (HTTP Requests)\n\n## Screenshots\n![image](https://github.com/isayanpal/newstech/assets/102523492/ee25c49b-6c36-45f4-b6d1-1e9258f4bfa0)\n![image](https://github.com/isayanpal/newstech/assets/102523492/3bd569ca-4db9-492b-bcb3-3714be6b62be)\n\n\n## Installation\n\nFollow these steps to set up the project on your local machine:\n\n### Prerequisites\n\nMake sure you have the following installed on your system:\n\n- Node.js (\u003e= 14.x)\n- npm (\u003e= 6.x)\n\n### Clone the Repository\n\n```bash\ngit clone https://github.com/isayanpal/newstech.git\ncd newstech\n```\n\n### Server Setup\n\n1. Navigate to the `server` directory:\n\n   ```bash\n   cd server\n   ```\n\n2. Install server dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. Create a `.env` file in the `server` directory and add your environment variables:\n\n   ```plaintext\n   NEWS_API_KEY= your api key\n   VITE_URL=http://localhost:5173\n   ```\n\n4. Start the server:\n   ```bash\n   npm run dev\n   ```\n\n### Client Setup\n\n1. Open a new terminal window and navigate to the `client` directory:\n\n   ```bash\n   cd client\n   ```\n\n2. Install client dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. Create a `.env` file in the `client` directory and add your environment variables:\n\n   ```plaintext\n   VITE_API_BASE_URL=http://localhost:5000\n   ```\n\n4. Start the client:\n   ```bash\n   npm run dev\n   ```\n\n### Running the Application\n\nThe client will be running on `http://localhost:5173` and the server on `http://localhost:5000`.\n\n## Contributing\n\nIf you want to contribute to NewsTech, please follow these steps:\n\n1. Fork the repository.\n\n2. Create a new branch:\n\n   ```bash\n   git checkout -b feature-branch\n   ```\n\n3. Make your changes and commit them:\n\n   ```bash\n   git commit -m 'Add some feature'\n   ```\n\n4. Push to the branch:\n\n   ```bash\n   git push origin feature-branch\n   ```\n\n5. Open a pull request.\n\n## Acknowledgements\n- \u003ca href=\"https://newsapi.org/\"\u003e\u003cb\u003eNews API\u003c/b\u003e\u003c/a\u003e for providing the technology news data.\n\n## Happy Coding ❤️\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisayanpal%2Fnewstech","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisayanpal%2Fnewstech","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisayanpal%2Fnewstech/lists"}