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

https://github.com/priyansumaurya/ai-fusion

AI Fusion is your ultimate destination for streamlined access to a curated collection of powerful AI tools and prompts.
https://github.com/priyansumaurya/ai-fusion

ai-resources beginner-friendly datasets docker hackoberfest-accepted hacktoberfest hacktoberfest2023 nextjs open-for-contribution open-source tailwindcss typescript

Last synced: 4 months ago
JSON representation

AI Fusion is your ultimate destination for streamlined access to a curated collection of powerful AI tools and prompts.

Awesome Lists containing this project

README

        

# WelcomeπŸ‘‹

![ai_fusion_banner](https://github.com/PriyansuMaurya/AI-Fusion/assets/101447544/0190bf8a-6622-4e0c-af09-1ee867dd696f)

> Here is the preview of the website https://aifusion.vercel.app

## πŸ’» Tech Stack

- [Next Js](https://nextjs.org/) - Next.js is an open-source React front-end development web framework created by Vercel that enables functionality such as server-side rendering and generating static websites for React-based web applications.
- [TypeScript](https://www.typescriptlang.org/) - TypeScript is an open-source language which builds on JavaScript, one of the world’s most used tools, by adding static type definitions.
- [Tailwind CSS](https://tailwindcss.com) - Tailwind CSS is an open-source CSS framework.

# πŸš€ Getting Started!
## How To SetUp
- Fork The Repo
```
First click on the green fork button on the top
```
- Clone your forked repo
```
$ git clone
```
- Go to directory
```
$ cd AI-Fusion
```
- Install Dependencies
```
$ npm install
```
- Start LocalHost Server
```
$ npm run dev
```

## 🀝 How To Contribute!

Contributions are welcome! If you have any ideas, suggestions, or bug fixes, please open an [issue](https://github.com/PriyansuMaurya/AI-Fusion/issues) or submit a pull request. We greatly appreciate any work contributed, no matter how big or small it is!. Make sure to follow the project's code of conduct.

### Issues & Pull Requests
When you are ready to start work on an issue:
- Let us know by leaving a comment on the issue (or you can also raise a new issue if you want to work on something completely new in the project)
- Once you are assigned the issue (or once you have claimed the issue) only then proceed to make the Pull Request. This will help avoid multiple PRs pertaining to the same issue.
- Go through the [CONTRIBUTING.md](/CONTRIBUTING.md) file, where all the guidelines have been mentioned that will guide you to make your contribution.
- Do check out the [project issue tracker](https://github.com/PriyansuMaurya/AI-Fusion/issues) section.

> **Note**: If you are new to open source contributions, you can refer to [this](https://opensource.guide/how-to-contribute/) guide by GitHub.

> **Warning**: Please do not spam the repository with unnecessary PRs. Make sure to follow the project's [code of conduct](/CODE_OF_CONDUCT.md).

## Contribute Easily with Gitpod | Codespace πŸš€

If you want to contribute to this project, you can use **Gitpod** or **Codespace** to create an online development environment in seconds. No need to install anything on your local machine. Just click the button below, and you will have everything you need to start coding.




Gitpod Ready-to-Code




Open in GitHub Codespaces


Enjoy the simplicity and ease of contributing with cloud-based code editors! Learn more about them [here](https://www.freecodecamp.org/news/github-codespaces-vs-gitpod-cloud-based-dev-environments/).

## πŸ«‚ Contributors

Thank you for your interest in contributing to our project! We appreciate any contributions, whether it's bug fixes, new features, or documentation improvements.

Contributors are here!!



## πŸ™‹β€β™‚οΈ Support

πŸ’™ If you like this project, give it a ⭐ and share it with friends!

## ©️ License

Our project is licensed under the [MIT license](./LICENSE). By contributing, you agree that your contributions will be licensed under its MIT license.

(Back to top)