aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 2cb72984a17cfcbec4bd036b96ae3d1c9d7dabcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Welcome to Timeline!

## Overview

This is the first web app of [me](https://github.com/crupest).

The [front-end](https://github.com/crupest/Timeline/tree/master/FrontEnd) is written in [Typescript](https://www.typescriptlang.org/) and built with [React](https://reactjs.org/).

The [back-end](https://github.com/crupest/Timeline/tree/master/BackEnd) is written in C# and built with [ASP.NET Core](https://github.com/dotnet/aspnetcore).

Feel free to comment by opening an issue.

## Build Status

| usage            | branch    | badge                                                                                     |
| ---------------- | --------- | ----------------------------------------------------------------------------------------- |
| routine build    | `master`  | ![Front End CI](https://github.com/crupest/Timeline/workflows/Front%20End%20CI/badge.svg) |
| routine build    | `master`  | ![Back End CI](https://github.com/crupest/Timeline/workflows/Back%20End%20CI/badge.svg)   |
| docker container | `release` | ![CD](https://github.com/crupest/Timeline/workflows/CD/badge.svg)                         |