A simple web application that generates learning roadmaps in a tree structure based on user input. This project leverages the OpenAI API to provide tailored content for various topics, helping users effectively navigate their learning journey.
- User-friendly interface with a clean design
- Search functionality for generating roadmaps
- Dynamic tree structure visualization
- Integration with OpenAI API for personalized roadmap generation
- HTML, CSS, and JavaScript for the frontend
- OpenAI API for generating content
- Node.js (optional) for backend integration
- Clone the repository:
git clone https://github.com/VasifVahidov/roadmap-generator.git
- Navigate to the project directory:
cd roadmap-generator
- Open
index.html
in your web browser.
- Enter a topic in the search bar (e.g., "AWS Cloud Practitioner").
- Click "Search" to generate the learning roadmap.
- Explore the dynamically generated tree structure for a clear learning path.
Contributions are welcome! Please feel free to submit a pull request or open an issue to discuss any enhancements or bug fixes.
This project is licensed under the MIT License.
- OpenAI for providing the API
- Inspiration from various learning resources
Feel free to modify any sections to better match your project details!