{"id":22174185,"url":"https://github.com/dansholds/ngmi","last_synced_at":"2025-10-08T02:53:33.495Z","repository":{"id":265565479,"uuid":"864582486","full_name":"dansholds/ngmi","owner":"dansholds","description":"An incredibly good (and real) twitter analyzer.","archived":false,"fork":false,"pushed_at":"2024-09-29T07:02:11.000Z","size":305,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T16:04:34.790Z","etag":null,"topics":["advanced","javascript","learning","machine","quantum","quantum-computing"],"latest_commit_sha":null,"homepage":"https://notgonnamakeit.dev","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/dansholds.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-28T15:51:40.000Z","updated_at":"2024-11-23T02:39:49.000Z","dependencies_parsed_at":"2024-11-30T00:06:19.451Z","dependency_job_id":"9ebf709b-f30e-41ef-b836-62392927dce1","html_url":"https://github.com/dansholds/ngmi","commit_stats":null,"previous_names":["dansholds/ngmi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dansholds%2Fngmi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dansholds%2Fngmi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dansholds%2Fngmi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dansholds%2Fngmi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dansholds","download_url":"https://codeload.github.com/dansholds/ngmi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245325222,"owners_count":20596818,"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":["advanced","javascript","learning","machine","quantum","quantum-computing"],"created_at":"2024-12-02T07:39:51.469Z","updated_at":"2025-10-08T02:53:28.445Z","avatar_url":"https://github.com/dansholds.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Not Gonna Make It\n\n\"Not Gonna Make It\" is a web application that provides predictive analytics on the likelihood of success for a given Twitter user. Leveraging advanced algorithms and user input, the app generates a percentage score indicating the user's projected trajectory. The application is built with [Astro](https://astro.build/) and [Tailwind CSS](https://tailwindcss.com/), featuring a sleek design and dark mode functionality.\n\n## Table of Contents\n\n- [Features](#features)\n- [Demo](#demo)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Project Structure](#project-structure)\n- [Contributing](#contributing)\n- [License](#license)\n- [Acknowledgments](#acknowledgments)\n- [Contact](#contact)\n\n## Features\n\n- **Predictive Analytics**: Input a Twitter username to receive a calculated percentage indicating their likelihood of \"making it.\"\n- **Dynamic Scoring Mechanism**: Each submission recalculates the score, providing up-to-date analytics based on the latest data.\n- **Dark Mode Toggle**: Users can switch between light and dark themes to enhance their viewing experience.\n- **Responsive Design**: Optimized for various devices, ensuring accessibility and usability across desktops, tablets, and mobile phones.\n\n## Demo\n\nCheck out the live demo: [Not Gonna Make It](https://notgonnamakeit.dev)\n\n## Installation\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/) (v14 or higher)\n- npm or yarn\n\n### Steps\n\n1. **Clone the repository**\n\n   ```bash\n   git clone https://github.com/dansholds/ngmi.git\n   cd your-repo-name\n   ```\n\n2. **Install dependencies**\n\n   ```bash\n   npm install\n   ```\n\n   or\n\n   ```bash\n   yarn install\n   ```\n\n3. **Run the development server**\n\n   ```bash\n   npm run dev\n   ```\n\n   or\n\n   ```bash\n   yarn dev\n   ```\n\n4. **Open the app in your browser**\n\n   Navigate to `http://localhost:3000` to see the application running.\n\n## Usage\n\n1. **Enter a Twitter Username**\n\n   - Type a Twitter username into the input field.\n\n2. **Submit the Form**\n\n   - Click the \"Submit\" button or press \"Enter\" to initiate the analysis.\n\n3. **View the Prediction**\n\n   - The app will display a percentage score along with a message indicating the user's projected success.\n\n4. **Repeat as Needed**\n\n   - You can perform multiple analyses as desired.\n\n5. **Toggle Dark Mode**\n\n   - Click the moon/sun icon in the top-right corner to switch between light and dark themes.\n\n## Project Structure\n\n```\nyour-project/\n├── public/\n│   └── favicon.ico\n├── src/\n│   ├── pages/\n│   │   └── index.astro\n│   ├── scripts/\n│   │   └── main.js\n│   └── styles/\n│       └── global.css\n├── package.json\n├── tailwind.config.cjs\n└── astro.config.mjs\n```\n\n- **public/**: Static assets like the favicon.\n- **src/pages/**: Contains the main Astro page (`index.astro`).\n- **src/scripts/**: JavaScript files responsible for the app's functionality.\n- **src/styles/**: Global styles using Tailwind CSS.\n- **tailwind.config.cjs**: Configuration for Tailwind CSS.\n- **astro.config.mjs**: Configuration for Astro.\n\n## Contributing\n\nContributions are welcome! Feel free to open issues or submit pull requests.\n\n1. **Fork the repository**\n2. **Create a new branch**\n\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n\n3. **Commit your changes**\n\n   ```bash\n   git commit -m \"Add your feature\"\n   ```\n\n4. **Push to the branch**\n\n   ```bash\n   git push origin feature/your-feature-name\n   ```\n\n5. **Open a pull request**\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## Acknowledgments\n\n- **Astro**: For providing a powerful and flexible static site generator.\n- **Tailwind CSS**: For the utility-first CSS framework that makes styling efficient.\n- **Heroicons**: For the high-quality icons used in the application.\n\n## Contact\n\n- **Author**: Your Name\n- **Website**: [grapplingdev.com](https://grapplingdev.com)\n- **Twitter**: [@grapplingdev](https://x.com/grapplingdev)\n- **GitHub**: [dansholds](https://github.com/dansholds)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdansholds%2Fngmi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdansholds%2Fngmi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdansholds%2Fngmi/lists"}