Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
ac263f3
created react
Vishwaa-Idiosyncrat Mar 6, 2024
e9881ff
updates
Vishwaa-Idiosyncrat Mar 6, 2024
edbe0b5
Added dropdown menu for batches
AnanthaKrishnan63 Mar 7, 2024
a3ac3e3
updates
AnanthaKrishnan63 Mar 9, 2024
af29532
updates
AnanthaKrishnan63 Mar 9, 2024
991f5cb
updates
AnanthaKrishnan63 Mar 9, 2024
c084a45
updates
AnanthaKrishnan63 Mar 9, 2024
2e56389
update
Vishwaa-Idiosyncrat Mar 14, 2024
092d3c8
update
Vishwaa-Idiosyncrat Mar 14, 2024
4165cf1
updates
AnanthaKrishnan63 Mar 14, 2024
991aa81
updates
AnanthaKrishnan63 Mar 14, 2024
33f5f93
Merge branch 'master' of https://github.com/Vishwaa-Idiosyncrat/craft…
AnanthaKrishnan63 Mar 14, 2024
7400d96
updates
AnanthaKrishnan63 Mar 14, 2024
a89d82f
updates
AnanthaKrishnan63 Mar 14, 2024
4046027
updates
AnanthaKrishnan63 Mar 14, 2024
2a9c2bc
updates
Vishwaa-Idiosyncrat Mar 14, 2024
e35128a
navbar
AnanthaKrishnan63 Mar 14, 2024
a6f4159
updates
Vishwaa-Idiosyncrat Mar 18, 2024
2817f93
routing
AnanthaKrishnan63 Mar 21, 2024
3577abe
updates
Vishwaa-Idiosyncrat Mar 21, 2024
dbfe92a
updates
Vishwaa-Idiosyncrat Mar 21, 2024
20a5b54
updates
Vishwaa-Idiosyncrat Mar 22, 2024
5bdc8a1
updates
Vishwaa-Idiosyncrat Mar 26, 2024
55145bb
updates
Vishwaa-Idiosyncrat Mar 26, 2024
3818800
updates
Vishwaa-Idiosyncrat Mar 29, 2024
f25d34d
updates
AnanthaKrishnan63 Mar 29, 2024
87fb6ab
updates
AnanthaKrishnan63 Mar 29, 2024
cac8717
added default selections in courseSelectionPage
AnanthaKrishnan63 Apr 7, 2024
c84e669
updates
Vishwaa-Idiosyncrat Apr 9, 2024
44905a5
fixed timetablepage
AnanthaKrishnan63 Apr 10, 2024
fb002a8
random changes not working
AnanthaKrishnan63 Apr 11, 2024
4d05bdb
updates
AnanthaKrishnan63 Apr 15, 2024
fe1dc08
voila
AnanthaKrishnan63 Apr 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
Empty file added components/background.css
Empty file.
4 changes: 4 additions & 0 deletions components/background.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import "./background.css";
export const background = () => {
return <div>background</div>;
};
21 changes: 21 additions & 0 deletions craft_my_timetable/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
module.exports = {
root: true,
env: { browser: true, es2020: true },
extends: [
'eslint:recommended',
'plugin:react/recommended',
'plugin:react/jsx-runtime',
'plugin:react-hooks/recommended',
],
ignorePatterns: ['dist', '.eslintrc.cjs'],
parserOptions: { ecmaVersion: 'latest', sourceType: 'module' },
settings: { react: { version: '18.2' } },
plugins: ['react-refresh'],
rules: {
'react/jsx-no-target-blank': 'off',
'react-refresh/only-export-components': [
'warn',
{ allowConstantExport: true },
],
},
}
24 changes: 24 additions & 0 deletions craft_my_timetable/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
8 changes: 8 additions & 0 deletions craft_my_timetable/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
6 changes: 6 additions & 0 deletions craft_my_timetable/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"CORE": [["CE2020", "Structural Analysis", "A", "PA1"], ["CE2060", "Soil Mechanics", "B", "PA3"], ["CE2040", "Hydraulic Engineering", "C", "PA5"]],
"SME": [["MA2041", "Probability and Statistics", "F", 0], ["MA2032", "Numerical Analysis", "F", 0], ["PH4602", "Introduction to Special Relativity", "G", 0], ["PH3601", "Quantum Mechanics for Engineers", "G", 0], ["CY3601", "Electrochemistry and Corrosions", "G", 0], ["CY4001", "Industrial Chemistry", "F", 0]],
"HSE": [["HS2031", "Principles of Economics (40)", "H", 0], ["HS2302", "Introduction to Language and Society(40)", "H", 0], ["HSxxxx", "Mental Health and Law (tentative title , course yet to be approved) (40)", "H", 0], ["HS2304", "Culture and Gender Performativity(40) ", "H", 0]], "GCE": [["PH3601", "Quantum Mechanics for Engineers", "G", 0], ["PH4602", "Introduction to Special Relativity", "G", 0], ["HS4605", "Foundation of Linguistics (40)", "G", 0], ["HS5009", "Mental Health and Society in the Global South (40)", "G", 0], ["HS", "Contemporary Issues in Economic Development (30)", "G", 0], ["HS4607M", "German I (NPTEL)", "NA", 0], ["HS3605", "Introduction to Modern Indian Political Thought (NPTEL)", "NA", 0], ["ME3522", "Introduction to Finite Element Methods", "G", 0], ["CY3601", "Electrochemistry and Corrosions", "G", 0], ["ES 5601", "Sustainability Analysis and Design", "G", 0], ["BS5001", "Fundamentals of Nanobiotechnology", "G", 0], ["ES5XXXX", "Photosynthesis", "G", 0], ["EE5XXXX", "Computer Graphics (40)", "G", 0], ["ME5632", "Computational Methods for Inverse Problems", "G", 0], ["GN1005", "GN1005: How to prepare for internship and job search?", "E4", 0], ["CY4001", "Industrial Chemistry", "F", 0], ["HS3627", "Engineering Economics (40)*", "F", 0]]
}

Binary file added craft_my_timetable/iitpkd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions craft_my_timetable/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>File Upload</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
1 change: 1 addition & 0 deletions craft_my_timetable/node_modules/.bin/acorn

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions craft_my_timetable/node_modules/.bin/esbuild

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions craft_my_timetable/node_modules/.bin/eslint

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions craft_my_timetable/node_modules/.bin/js-yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions craft_my_timetable/node_modules/.bin/loose-envify

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions craft_my_timetable/node_modules/.bin/nanoid

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions craft_my_timetable/node_modules/.bin/node-which

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions craft_my_timetable/node_modules/.bin/resolve

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions craft_my_timetable/node_modules/.bin/rimraf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions craft_my_timetable/node_modules/.bin/rollup

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions craft_my_timetable/node_modules/.bin/semver

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions craft_my_timetable/node_modules/.bin/vite

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading