{"id":18266202,"url":"https://github.com/arindal1/nhie-webjs","last_synced_at":"2026-02-14T09:04:50.644Z","repository":{"id":240659976,"uuid":"803245024","full_name":"arindal1/nhie-WebJS","owner":"arindal1","description":"A simple implementation of the game: Never Have I Ever, using React, Vite and JavaScript.","archived":false,"fork":false,"pushed_at":"2024-05-20T14:44:42.000Z","size":249,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T05:39:17.610Z","etag":null,"topics":["development","front-end","javascript","minigame","party-game","reactjs","vitejs","web-development"],"latest_commit_sha":null,"homepage":"https://arindal1.github.io/nhie-WebJS/","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/arindal1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-05-20T11:02:25.000Z","updated_at":"2025-04-19T22:47:24.000Z","dependencies_parsed_at":"2024-05-20T12:26:04.073Z","dependency_job_id":"6d0b8046-162b-4f5d-88a8-ff7abc6e2043","html_url":"https://github.com/arindal1/nhie-WebJS","commit_stats":null,"previous_names":["arindal1/nhie-webjs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arindal1/nhie-WebJS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arindal1%2Fnhie-WebJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arindal1%2Fnhie-WebJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arindal1%2Fnhie-WebJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arindal1%2Fnhie-WebJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arindal1","download_url":"https://codeload.github.com/arindal1/nhie-WebJS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arindal1%2Fnhie-WebJS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278714087,"owners_count":26033014,"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-10-07T02:00:06.786Z","response_time":59,"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":["development","front-end","javascript","minigame","party-game","reactjs","vitejs","web-development"],"created_at":"2024-11-05T11:22:27.098Z","updated_at":"2025-10-07T03:24:22.717Z","avatar_url":"https://github.com/arindal1.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Never Have I Ever\n\n**\"Never Have I Ever\"** is a fun and interactive game built with React and Vite. It presents users with various categories of statements and allows them to select a category to reveal a random statement from that category. Players can enjoy the game with friends or on their own, discovering amusing and surprising facts about themselves and others.\n\n## Features\n\n- Choose from different categories such as Popular, Teens, Party, Couple, and Normal.\n- View a random statement from the selected category.\n- Easily navigate between categories and statements.\n- Sleek and responsive user interface.\n- Social media integration for sharing the game experience.\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/arindal1/nhie-WebJSr.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd nhie-WebJS\n   ```\n3. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n## Usage\n\n1. Start the development server:\n   ```bash\n   npm run dev\n   ```\n2. Open your browser and go to [http://localhost:3000](http://localhost:3000) to play the game.\n\n## How to Play\n\n1. Upon launching the game, you'll be presented with different categories of statements.\n2. Click on a category to reveal a random statement from that category.\n3. Enjoy the statement and have fun sharing your experiences with friends!\n\n![image](res/1.png)\n\n## Project Structure\n\n```\nnever-have-i-ever\n├── public\n│   ├── favicon.ico\n│   └── res\n├── res\n│    ├── icon.png\n│       ├── x.jpg\n│       ├── git.jpg\n│       └── in.jpg\n├── src\n│   ├── assets\n│   │   └── styles.css\n│   ├── components\n│   │   ├── CategoryScreen.jsx\n│   │   ├── StatementScreen.jsx\n│   │   └── Footer.jsx\n│   ├── App.jsx\n│   ├── main.jsx\n│   ├── styles.css\n│   ├── script.js\n│   └── nhie.json\n├── index.html\n├── README.md\n├── .gitignore\n├── LICENSE\n├── package-lock.json\n├── package.json\n└── vite.config.js\n```\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n## Contact\n\n- [Twitter](https://twitter.com/arindal_17)\n- [GitHub](https://github.com/arindal1)\n- [LinkedIn](https://www.linkedin.com/in/arindalchar)\n\n## Keep Coding 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farindal1%2Fnhie-webjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farindal1%2Fnhie-webjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farindal1%2Fnhie-webjs/lists"}