https://github.com/arkodeepsen/there-is-no-website
https://github.com/arkodeepsen/there-is-no-website
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arkodeepsen/there-is-no-website
- Owner: arkodeepsen
- Created: 2025-01-09T17:11:09.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-24T10:49:03.000Z (12 months ago)
- Last Synced: 2025-06-21T17:01:50.724Z (7 months ago)
- Language: HTML
- Homepage: https://there-is-no-website-blond.vercel.app
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# There Is No Website
## Description
This project generates a new website based on user prompts. There is no predefined website, but when you provide a prompt, a unique website is generated dynamically.
## Features
- User prompt-based dynamic website generation.
- Responsive and mobile-friendly design.
- No third-party dependencies for generated websites.
## How to Use
1. Visit the [homepage](https://there-is-no-website-blond.vercel.app/).
2. Enter a prompt describing the type of website you want.
3. Click "Generate" to create your unique website.
## Installation
To run the project locally:
1. Clone this repository.
```sh
git clone https://github.com/arkodeepsen/there-is-no-website.git
```
2. Navigate to the project directory.
```sh
cd there-is-no-website
```
3. Install the dependencies.
```sh
npm install
```
4. Start the server.
```sh
npm start
```
5. Open your browser and go to `http://localhost:3000`.
## Contributing
1. Fork the repository.
2. Create a new branch.
3. Make your changes.
4. Submit a pull request.
## License
This project is licensed under the MIT License.