Skip to content

Commit

Permalink
Update the README's tech stack
Browse files Browse the repository at this point in the history
  • Loading branch information
jofaval committed Jul 26, 2022
1 parent 538523d commit e31c687
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All the changes made to this project, wether they are bugfixes, additions, modif
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 2022-07-25 (v0.0.5)

### Modified

- Added a brief description of the tech stack in the readme

### Fixed

- Fixed minor mistake of floating parenthesis in news' link

## 2022-07-25 (v0.0.4)

### Added
Expand Down
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,18 @@ A period tracking app based on the premise that no server will store the data, n
## Tech Stack
[↑ Table of contents](#contents)

- Vue3
- Typescript
- Vite
- Tailwind
- Vitest + Cypress
- Docker + Docker-Compose
- **Vue3**
- Frontend framework based on reactivity and progressiveness originally developed by Evan You.
- **Typescript**
- Improved version of JavaScript that implements TypeScript so that safer code is delivered.
- **Vite**
- Web bundler originally created for Vue's ecosystem.
- **Tailwind**
- CSS library that delivers a really small bundle to the client with only what you used.
- **Vitest + Cypress**
- Testing packages for unit, integration and e2e tests.
- **Docker + Docker-Compose**
- Virtualization technologies to deploy containers with the technologies you want.

## Objectives and requirements

Expand All @@ -58,7 +64,7 @@ It's going to be a period tracking app based on the premise that the user will h
### Why?
[↑ To the section](#product)

The situation in USA at the moment of development is out of control, it has put, not only women, but any fertile, person with a uterus at high risk, so, currently, having a period tracking app may put you in danger since they may be selling your data (which, if not most, a lot of them are! More on that on the following article [How period tracking apps and data privacy fit into a post-Roe v. Wade climate](https://t.co/1Zss963iET)).
The situation in USA at the moment of development is out of control, it has put, not only women, but any fertile, person with a uterus at high risk, so, currently, having a period tracking app may put you in danger since they may be selling your data (which, if not most, a lot of them are! More on that on the following article [How period tracking apps and data privacy fit into a post-Roe v. Wade climate](https://t.co/1Zss963iET).

Periods are also something that as a cis male, I don't know that much about, but I'm ready to learn all that I can, and is also a strong point I'm looking forward

Expand Down

0 comments on commit e31c687

Please sign in to comment.