Skip to content
Open
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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ The goal of this file is to help the larger community settle on some best practi
- When making a pull request, reference the issue number it addresses.
- Use clear and succinct commit messages.
- Keep your pull request focused on one issue.
- Describe the goal of the changes.
- Describe the goal of the changes in the project.
- Mention specific developers for review.
- Make code readable and include code comments.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ The Learning Management System (LMS) is a web application that facilitates onlin

## Technologies Used

<p align="left">
<a href="https://www.djangoproject.com/" target="blank" rel="noreferrer"> <img src="https://cdn.worldvectorlogo.com/logos/django.svg" alt="django" width="40" height="40"/> </a>
<a href="https://reactjs.org/" target="blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/react/react-original-wordmark.svg" alt="react" width="40" height="40"/> </a>
<a href="https://redux.js.org" target="blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/redux/redux-original.svg" alt="redux" width="40" height="40"/>
</a> <a href="https://sass-lang.com" target="blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/sass/sass-original.svg" alt="sass" width="40" height="40"/> </a>
<a href="https://www.postgresql.org" target="blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/postgresql/postgresql-original-wordmark.svg" alt="postgresql" width="40" height="40"/> </a>
</p>


- **Django**: A high-level Python web framework for backend development.
- **React.js**: A JavaScript library for building interactive user interfaces.
- **React Router**: For client-side routing.
Expand Down
Loading