https://github.com/jaynightmare/ideas-inc
For collecting Software Ideas from people
https://github.com/jaynightmare/ideas-inc
Last synced: 8 months ago
JSON representation
For collecting Software Ideas from people
- Host: GitHub
- URL: https://github.com/jaynightmare/ideas-inc
- Owner: JayNightmare
- Created: 2025-09-04T03:39:06.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-04T03:42:00.000Z (10 months ago)
- Last Synced: 2025-10-04T04:48:01.778Z (9 months ago)
- Language: JavaScript
- Homepage: http://idea.nexusgit.info/
- Size: 195 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Software Idea Collection
A simple React app for collecting and sharing software ideas. Users can submit their ideas and share the app link with others.
## Features
- Submit software ideas via a form
- Share the app link using a share button (copies URL and shows a fade-up notification)
- Responsive and modern UI
## Getting Started
### Prerequisites
- Node.js (v16 or higher recommended)
- npm
### Installation
1. Clone the repository:
```bash
git clone https://github.com/JayNightmare/Ideas-Inc.git
cd Ideas-Inc
```
2. Install dependencies:
```bash
npm install
```
### Running Locally
Start the development server:
```bash
npm start
```
The app will open at [http://localhost:3000](http://localhost:3000).
### Building for Production
To build the app for production:
```bash
npm run build
```
The optimized build will be in the `build/` directory.
### Deployment
This app is configured for deployment to GitHub Pages. To deploy:
```bash
npm run deploy
```
## Project Structure
```
├── public/
│ ├── index.html
│ └── blub.jpg
├── src/
│ ├── App.jsx
│ ├── index.jsx
│ ├── ShareButton.jsx
│ ├── SoftwareIdeaForm.jsx
│ └── styles.css
├── build/
│ └── ...
├── package.json
└── README.md
```
## License
This project is private and not licensed for redistribution.
## Author
JayNightmare