Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Node.js CI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: server/package-lock.json
- name: Install dependencies
run: npm ci
working-directory: server
- name: Build Typescript
run: npm run build
working-directory: server
11 changes: 0 additions & 11 deletions CONTRIBUTING.md

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

37 changes: 2 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,2 @@
# personalized-learning-path
Project repo for Problem Statement 2 - Personalized Learning Path Recommendation
## Our Team

We’re a collaborative team working together on this project:

| Name | Email | Role |
|-----------------------|-----------------------------|-----------------|
| B Bhavitha | bhavitha9052004@gmail.com | T3 Team Lead |
| Anurag Kumar | anurag2003ias@gmail.com | T3 Contributor |
| Nishant | nishantthakurs7519@gmail.com| T3 Contributor |
| Tamalampudi Sameer Reddy| sameerreddy213@gmail.com | T3 Contributor |

Everyone’s contributions are highly valued!
## Contribution Guidelines

We welcome contributions from all team members! Here’s how you can get started:

1. **Fork the repository** to your own GitHub account.
2. **Clone** your fork to your local machine.
3. **Create a new branch** for your work.
4. Make your changes, ensuring they follow good coding practices.
5. **Commit** your changes with a clear message.
6. **Push** your branch to your fork.
7. **Open a Pull Request (PR)** to the main repository.

Please make sure to:
- Check if an issue already exists before starting new features or fixes.
- Follow the folder structure (`client/`, `server/`, `scraper/`, `graph/`, `docs/`).
- Add meaningful commit messages.
- Be respectful of others’ work — collaboration is key!

Refer to [`CONTRIBUTING.md`](CONTRIBUTING.md) for more detailed guidelines.

Happy contributing!
# Personalized-learning-path-visualization
Project based on recommendation system using Lang Graph with gamified streaks
18 changes: 0 additions & 18 deletions Unconfirmed 16035.crdownload

This file was deleted.

90 changes: 0 additions & 90 deletions Unconfirmed 518044.crdownload

This file was deleted.

18 changes: 0 additions & 18 deletions Unconfirmed 558829.crdownload

This file was deleted.

56 changes: 0 additions & 56 deletions cg_visualization.py

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading