Skip to content
Merged
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
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,27 +25,30 @@ Civic Tech technology practitioners are a diverse and interdisciplinary group of

#### Frontend

- [Typescript](https://www.typescriptlang.org/)
- [React](https://reactjs.org/)
- [React Router](https://reactrouter.com/)
- [Jest](https://jestjs.io/)
- [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/)
- [@axe-core/react](https://github.com/dequelabs/axe-core-npm/tree/develop/packages/react)
- [Sass](https://sass-lang.com/documentation)
- [Vite](https://vite.dev/)
- [Babel](https://babeljs.io/)
- [Tailwind CSS](https://v3.tailwindcss.com/)
- [Sass](https://sass-lang.com/documentation)

#### Backend

- [Python](https://www.python.org/)
- [Poetry](https://python-poetry.org/docs/)
- [Django](https://www.djangoproject.com/)
- [Django Rest Framework](https://www.django-rest-framework.org/)
- [Swagger](https://swagger.io/docs/)
- [PostgreSQL](https://www.postgresql.org/)

#### CD/CI Infrastructure

- [hackforla/incubator](https://github.com/hackforla/incubator)
- [Whitenoise](https://whitenoise.readthedocs.io/en/latest/)
- [AWS](https://docs.aws.amazon.com/)
- [hackforla/incubator](https://github.com/hackforla/incubator)
- [Docker](https://www.docker.com/)
- [GitHub Actions](https://github.com/features/actions)

Expand Down