Youtumize is a website that uses OpenAI API to generate optimized Youtube content and tags for YouTubers.
- Next.js
- CSS Modules
- Click here to view the live demo.
To get a local copy up and running follow these simple steps.
- A web browser (e.g. Mozilla Firefox, Google Chrome etc.)
- git: This is a version control system used for source code management.
- A text editor (e.g Visual Studio Code (recommended), Sublime Text, Atom etc.)
- Browser Engine on your terminal preferably NodeJs
- Knowledge of HTML, CSS, JavaScript and Next.js
- With git, clone the code to your machine, or download a ZIP of all the files directly.
- Download the ZIP file from this location or run the following git command to clone the files to your machine:
git clone https://github.com/mahdieh-dev/youtumize-website.git
- Once the files are on your machine, open the youtumize-website folder in Visual Studio Code.
- Get an openAI API key.
- Create a
.env
file in the root directory and addOPENAI_API_KEY= YOUR_OPENAI_API_KEY
- Open the VS Code integrated terminal and run the following commands:
npm install
This will install all the packages and dependencies used in the project.
- Run the following command to start a live server on your computer:
npm start
This will open up the project on a browser on localhost:3000
.
👩🏻💼 Mahdieh Shavandi
- GitHub: @mahdieh-dev
- StackOverFlow: @mahdieh-shavandi
- LinkedIn: Mahdieh Shavandi
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
Give a ⭐️ if you like this project!