This project is a blog keyword extractor that uses the ChatGPT language model. It extracts relevant keywords from a blog post or article to help improve search engine optimization (SEO) and make the article more discoverable.
Live site -> https://aesthetic-zuccutto-0d20dd.netlify.app/
The following technologies were used in this project:
- Vite - A fast build tool that focuses on development experience and speed
- React - A JavaScript library for building user interfaces
- React-DOM - A package that serves as the entry point of the DOM-related rendering paths.
- React-Toastify - A package to add toast notifications to your app
- Styled-Components - A package that allows you to write CSS code inside your JavaScript components
- ChatGPT - A powerful language model that generates human-like text
To install the project dependencies, run:
npm install
To start the development server, run:
npm run dev
This will start the Vite development server, and you can access the web interface by navigating to http://localhost:5173/ in your web browser.
If you want to contribute to this project, please follow these steps:
Create a new branch (git checkout -b feature/)
Make your changes
Commit your changes (git commit -m "Add feature")
Push to the branch (git push origin feature/)
Create a new Pull Request