{"id":28282108,"url":"https://github.com/puyafazlali/react-job","last_synced_at":"2025-11-05T14:03:14.533Z","repository":{"id":278270497,"uuid":"934888531","full_name":"puyafazlali/react-job","owner":"puyafazlali","description":"A React-based job listing application that allows users to view, add, update, and delete job postings.","archived":false,"fork":false,"pushed_at":"2025-03-09T14:34:12.000Z","size":90,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T04:44:24.727Z","etag":null,"topics":["frontend","javascript","job-listings","react","react-hooks","react-icons","react-router","react-spinners","react-toastify","tailwindcss","vite"],"latest_commit_sha":null,"homepage":"","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/puyafazlali.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":"2025-02-18T15:10:43.000Z","updated_at":"2025-04-07T01:57:06.000Z","dependencies_parsed_at":"2025-02-18T22:29:58.844Z","dependency_job_id":"26a68a65-4d03-441d-8d25-d4606c45e090","html_url":"https://github.com/puyafazlali/react-job","commit_stats":null,"previous_names":["puyafazlali/react-job"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/puyafazlali/react-job","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puyafazlali%2Freact-job","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puyafazlali%2Freact-job/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puyafazlali%2Freact-job/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puyafazlali%2Freact-job/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/puyafazlali","download_url":"https://codeload.github.com/puyafazlali/react-job/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puyafazlali%2Freact-job/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":282831702,"owners_count":26734536,"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-11-05T02:00:05.946Z","response_time":58,"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":["frontend","javascript","job-listings","react","react-hooks","react-icons","react-router","react-spinners","react-toastify","tailwindcss","vite"],"created_at":"2025-05-21T13:21:26.001Z","updated_at":"2025-11-05T14:03:14.527Z","avatar_url":"https://github.com/puyafazlali.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Job Listing React Application\n\nThis project is a Job Listing Frontend Application built using React, following the tutorial by Traversy Media. The application allows users to view, delete and edit job listings from an API.\n\n## Features\n\n- **Job Listings Display**: Fetches and displays a list of job openings with details such as position, company, location, and requirements.\n- **Filtering Options**: Users can add, update and delete the job listings.\n- **Responsive Design**: Optimized for various screen sizes, ensuring a seamless experience on both desktop and mobile devices.\n- **Toast Notifications**: Uses `react-toastify` to display real-time notifications.\n- **Loading Spinners**: Implements `react-spinners` for better user experience during data loading.\n- **Routing**: Utilizes `react-router-dom` for navigation between pages.\n\n## Installation\n\n1. **Clone the Repository**:\n\n   ```bash\n   git clone https://github.com/puyafazlali/react-job.git\n   cd job-listing-frontend\n   ```\n\n2. **Install Dependencies**:\n\n   ```bash\n   npm install\n   ```\n\n3. **Start the Development Server**:\n\n   ```bash\n   npm run dev\n   ```\n\n   The application will be accessible at `http://localhost:3000`.\n\n4. **Start the JSON Server** (for mock job listings API):\n\n   ```bash\n   npm run server\n   ```\n\n   The mock API will be available at `http://localhost:8000`.\n\n## Technologies Used\n\n- **React**: JavaScript library for building user interfaces.\n- **Vite**: Next-generation frontend tooling for faster builds.\n- **Tailwind CSS**: Utility-first CSS framework for styling components.\n- **React Icons**: Library for using icons in React applications.\n- **React Router DOM**: Enables routing in the application.\n- **React Spinners**: Provides loading animations.\n- **React Toastify**: Displays toast notifications.\n- **ESLint**: Helps maintain code quality.\n- **JSON Server**: Mocks backend API for job listings.\n\n## Project Structure\n\nThe project follows a standard React application structure:\n\n- `src/`: Contains all source code.\n  - `components/`: Reusable UI components.\n  - `pages/`: Individual pages for the application.\n  - `layouts/`: Layout components for structuring pages.\n  - `assets/`: Static data for job listings.\n  - `jobs.json`: Mock job data for JSON Server.\n  - `App.js`: Main application component.\n  - `index.js`: Entry point of the application.\n\n## Contributing\n\nContributions are welcome! Please fork the repository and create a pull request with your changes.\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuyafazlali%2Freact-job","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpuyafazlali%2Freact-job","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuyafazlali%2Freact-job/lists"}