Skip to content

Commit

Permalink
Feat: Add StudentMarksCRUD using Django (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: Medam Greeshma <70336930+Greeshma2903@users.noreply.github.com>
  • Loading branch information
TheInspiredConjurer and Greeshma2903 committed Oct 9, 2022
1 parent f945579 commit 1c6f682
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 14 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -7,6 +7,9 @@
[submodule "vanilla/prook"]
path = vanilla/prook
url = https://github.com/Greeshma2903/Prook
[submodule "django/studentmarkscrud"]
path = django/studentmarkscrud
url = https://github.com/TheInspiredConjurer/StudentMarksCRUD
[submodule "android/gitcheatfinder"]
path = android/gitcheatfinder
url = https://github.com/aritra-tech/GitCheatFinder
Expand Down
34 changes: 20 additions & 14 deletions README.md
Expand Up @@ -56,38 +56,44 @@ NOTE:
EXAMPLE:
| project-name | description |
-->

<!-- ### [go](/go/) -->
<!-- ### [node](/node/) -->
<!-- ### [python](/python/) -->
<!-- ### [rust](/rust/) -->
<!-- ### [vue](/vue/) -->

### [android](/android/)

| Project Name (as is) | Description |
| -------------------- | ------------------------------------------------------------- |
| gitcheatfinder | GitCheatFinder is an app that helps you to find Git commands. |

### [django](/django/)

| Project Name (as is) | Description |
| -------------------- | --------------------------------------------------------- |
| studentmarkscrud | Application to perform CRUD operations by students' marks |

### [ReactJS](/react/)
### [reactJS](/react/)

| Project Name (as is) | Description |
| -------------------- | ------------------------------------------------------- |
| react-shopping-cart | Webpage to store social links, using TailwindCSS and JS |

<!-- ### [go](/go/) -->

### [node](/node/)

| Project Name (as is) | Description |
| -------------------- | ---------------------------------------------------------------- |
| Blogging-Website | A Complete Blogging Website made with - Express, Nodejs, MongoDB |

<!-- ### [python](/python/) -->
<!-- ### [rust](/rust/) -->
<!-- ### [vue](/vue/) -->

### [Vanilla JS](/vanilla/)
### [vanilla JS](/vanilla/)

| Project Name (as is) | Description |
| -------------------- | ------------------------------------------------ |
| links-card | Webpage to store one's social links |
| prook | Simple portfolio webpage built using tailwindCSS |

### [Android](/android/)

| Project Name (as is) | Description |
| -------------------- | ------------------------------------------------------------- |
| gitcheatfinder | GitCheatFinder is an app that helps you to find Git commands. |

## Folder Structure 📁

```
Expand Down
1 change: 1 addition & 0 deletions django/studentmarkscrud
Submodule studentmarkscrud added at e88ec6

0 comments on commit 1c6f682

Please sign in to comment.