A web application that generates customized learning paths on any topic!
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Nuevette is a web application that generates customized learning paths on any topic. By simply entering a topic, users receive a detailed learning path visualized, ready for exploration. It's perfect for anyone looking to streamline their learning journey with a visually structured approach.
To get a local copy up and running follow these simple steps.
- Node.js (v14 or later)
- npm (v6 or later)
npm install npm@latest -g
- Clone the repository
git clone https://github.com/Sudhanshu-Bharti/nuevette.git
- Navigate to the project directory
cd nuevette
- Install NPM packages
npm install
- Create a
.env
file in the root directory and add your API keys:NEXT_PUBLIC_GOOGLE_API_KEY="YOUR_GOOGLE_API_KEY" NEXT_PUBLIC_SERP_API_KEY="YOUR_SERP_API_KEY"
- Start the development server:
npm run start
- Open your browser and visit
http://localhost:3000
- Enter a topic in the input field
- Click "Generate Learning Path"
- Explore your personalized learning path!
- Add more customization options for learning paths
- Implement user accounts and saved learning paths
- Integrate with additional learning resources and platforms
- Add multi-language support
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Sudhanshu Bharti - @its_me_shubbb - itsmeshubbb@gmail.com
Project Link: https://github.com/Sudhanshu-Bharti/nuevette