{"id":15099585,"url":"https://github.com/ressuman/next-events-handler-project","last_synced_at":"2026-01-06T22:44:24.307Z","repository":{"id":255498282,"uuid":"851754110","full_name":"ressuman/Next-Events-Handler-Project","owner":"ressuman","description":"This application allows users to explore, search for, and view details of various events. Built with the Pages Router, the app features a modular design, reusable components, and CSS Modules for styling. Users can search events by date, view event details, and it integrates dynamic routing, and supports error handling for a seamless user experience","archived":false,"fork":false,"pushed_at":"2024-10-11T12:14:05.000Z","size":528,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T18:11:37.735Z","etag":null,"topics":["css-modules","dynamic-routing","html-css-javascript","nextjs","pages-router","reactjs"],"latest_commit_sha":null,"homepage":"https://ressuman-next-events-handler-local-app.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/ressuman.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-09-03T16:45:49.000Z","updated_at":"2024-10-11T05:40:24.000Z","dependencies_parsed_at":"2024-09-14T12:10:03.459Z","dependency_job_id":null,"html_url":"https://github.com/ressuman/Next-Events-Handler-Project","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"4e53e61d92e1d906f6b3f836d62ebcb682eefea5"},"previous_names":["ressuman/next-events-handler-project"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ressuman%2FNext-Events-Handler-Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ressuman%2FNext-Events-Handler-Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ressuman%2FNext-Events-Handler-Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ressuman%2FNext-Events-Handler-Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ressuman","download_url":"https://codeload.github.com/ressuman/Next-Events-Handler-Project/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245855584,"owners_count":20683536,"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":["css-modules","dynamic-routing","html-css-javascript","nextjs","pages-router","reactjs"],"created_at":"2024-09-25T17:23:52.887Z","updated_at":"2026-01-06T22:44:24.244Z","avatar_url":"https://github.com/ressuman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Events Handler App\n\nThe **Events Handler App** is a dynamic events management application built with **Next.js 14** (Pages Router). It allows users to browse, search for, and view details of various events. The application includes a responsive interface, modular components, and a smooth navigation experience for exploring event details.\n\n## Table of Contents\n\n- [Events Handler App](#events-handler-app)\n  - [Table of Contents](#table-of-contents)\n  - [Features](#features)\n  - [Folder Structure](#folder-structure)\n  - [Gif](#gif)\n  - [](#)\n  - [Getting Started](#getting-started)\n  - [Learn More](#learn-more)\n  - [Deploy on Vercel](#deploy-on-vercel)\n\n## Features\n\n- List and view event details.\n- Search for events by date (year and month).\n- Modular and reusable components.\n- Integration of SVG icons for logistics.\n- Styled using CSS Modules.\n\n## Folder Structure\n\n```bash\n📁components\n ├── 📁error-alert\n │   ├── error-alert.js\n │   └── error-alert.module.css\n ├── 📁event-content\n │   ├── event-content.js\n │   └── event-content.module.css\n ├── 📁event-item\n │   ├── event-item.js\n │   └── event-item.module.css\n ├── 📁event-list\n │   ├── event-list.js\n │   └── event-list.module.css\n ├── 📁event-logistics\n │   ├── event-logistics.js\n │   └── event-logistics.module.css\n ├── 📁event-search\n │   ├── event-search.js\n │   └── event-search.module.css\n ├── 📁event-summary\n │   ├── event-summary.js\n │   └── event-summary.module.css\n ├── 📁icons\n │   ├── address-icon.js\n │   ├── arrow-right-icon.js\n │   └── date-icon.js\n ├── 📁logistics-item\n │   ├── logistics-item.js\n │   └── logistics-item.module.css\n ├── 📁results-title\n │   ├── results-title.js\n │   └── results-title.module.css\n ├── 📁ui\n │   ├── button.js\n │   └── button.module.css\n📁data\n └── dummy-data.js\n📁pages\n ├── 📁events\n │   ├── 📁[...slug]\n │   │   └── index.js\n │   ├── 📁[eventId]\n │   │   └── index.js\n │   └── index.js\n ├── _app.js\n ├── _document.js\n └── index.js\n📁public\n ├── 📁images\n │   ├── ai-event.avif\n │   ├── coding-event.avif\n │   ├── cybersecurity-event.avif\n │   ├── data-event.avif\n │   ├── extrovert-event.avif\n │   ├── introvert-event.avif\n │   ├── javascript-event.avif\n │   └── uiux-event.avif\n └── icon.svg\n📁styles\n └── globals.css\n📁wrapper\n ├── 📁header\n │   ├── main-header.js\n │   └── main-header.module.css\n └── 📁layout\n     └── layout.js\n.eslintrc.json\n.gitignore\njsconfig.json\nnext.config.mjs\npackage-lock.json\npackage.json\nREADME.md\n```\n\n````\n\n## Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/your-username/events-handler-app.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd events-handler-app\n   ```\n\n3. Install the dependencies:\n   ```bash\n   npm install\n   ```\n\n## Running the App\n\n1. Start the development server:\n\n   ```bash\n   npm run dev\n   ```\n\n2. Open [http://localhost:3000](http://localhost:3000) in your browser to view the app.\n\n## Technology Stack\n\n- **Next.js 14** (Pages Router)\n- **React**\n- **CSS Modules** for styling\n- **JavaScript**\n\n## Components Overview\n\n- **ErrorAlert**: Displays error messages.\n- **EventContent**: Manages event content layout and details.\n- **EventItem**: Represents an individual event in the event list.\n- **EventList**: Displays a list of events using `EventItem`.\n- **EventLogistics**: Displays logistics such as date and location for an event.\n- **EventSearch**: Search form for filtering events by year and month.\n- **EventSummary**: Provides an overview of an event's title.\n- **Icons**: Includes SVG icons for logistics and navigation.\n- **LogisticsItem**: Handles the display of logistics-related items (date, location).\n- **ResultsTitle**: Displays the title of search results.\n- **Button**: Reusable button component for navigation and interactions.\n\n## License\n\nThis project is licensed under the MIT License.\n\n````\n\nThis `README.md` reflects your folder structure, project details, and key components. You can replace the GitHub repository link placeholder with your actual URL when sharing it.\n\n## Gif\n\nHere is an expected gif of the preview of the App(Events Handler App)\n\n## ![Events Handler App gif](./assets/training-auth.gif)\n\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.\n\n[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`.\n\nThe `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fressuman%2Fnext-events-handler-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fressuman%2Fnext-events-handler-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fressuman%2Fnext-events-handler-project/lists"}