An open API service indexing awesome lists of open source software.

https://github.com/arkodeepsen/there-is-no-website


https://github.com/arkodeepsen/there-is-no-website

Last synced: 3 months ago
JSON representation

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.