Lichenstat / artificial-idea

ReactJS web app made during the summer of 2021. Allows users to input an idea and lets an AI generate the said idea to give back to the user.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

---Artificial Idea---

A ReactJS application that was made mostly during the summer of 2021 as a passion/learning project.

The app is easy to use, all the user has to do is pick a desired idea given to them from a list of approx. ten ideas and wait for an ai to auto generate the idea at hand for the user. If the user doesn't like the idea given to them they always have the option to input their own ideas or refresh to get another listing of ten more ideas to use. All the ideas are processed serverside via DeepAI API, then an AI generates the idea and sends it back to the client. This version of the application is clientside based (beyond DeepAI API server calls made to generate the idea data (image/paragraph of text).


uses: | HTML - (S)CSS - JavaScript - NodeJS - ReactJS - DeepAI API |

If you wish build/use this application you will need your own DeepAI API key

ReactJS npm commands here: https://github.com/lichenstat/artificial-idea/blob/master/src/assets/usefulinfo.md

About

ReactJS web app made during the summer of 2021. Allows users to input an idea and lets an AI generate the said idea to give back to the user.


Languages

Language:JavaScript 46.8%Language:SCSS 22.1%Language:HTML 18.6%Language:CSS 12.4%