Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
NXXR committed Feb 23, 2024
1 parent 551a0ce commit ee83b43
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
</p>

---
<img src="https://img.shields.io/badge/eslint-3A33D1?style=for-the-badge&logo=eslint&logoColor=white" height="20px">
<img src="https://img.shields.io/badge/prettier-1A2C34?style=for-the-badge&logo=prettier&logoColor=F7BA3E" height="20px">

[![REUSE](https://api.reuse.software/badge/github.com/DLR-SC/ESID)](https://api.reuse.software/info/github.com/DLR-SC/ESID)
[![Coverage Status](https://coveralls.io/repos/github/DLR-SC/ESID/badge.svg?branch=develop)](https://coveralls.io/github/DLR-SC/ESID?branch=develop)
[![documentation](https://img.shields.io/badge/Docs-online-34D058.svg)](docs/README.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Technologies and Guidelines

- [Technologies](#technologies)
- [Guidelines](#guidelines)
- [TypeScript](#typescript)
- [React](#react)
- [Redux](#redux)
- [Design and Layout](#design-and-layout)
- [Testing](#testing)
- [Performance](#performance)
- [Documentation](#documentation)
- [Internationalization](#internationalization)
- [Accessibility](#accessibility)
- [Code Style](#code-style)
- [Imports](#imports)
- [Branching Strategy](#branching-strategy)
- [Git Commit Messages](#git-commit-messages)


## Technologies

The project makes use of some core technologies and libraries. You should always prefer their features over other
Expand Down

0 comments on commit ee83b43

Please sign in to comment.