Skip to content

Commit 3dcad4f

Browse files
committed
Update readme.
1 parent 1998270 commit 3dcad4f

File tree

8 files changed

+22
-55
lines changed

8 files changed

+22
-55
lines changed

README.md

+22-55
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,36 @@
1-
![build](https://img.shields.io/github/actions/workflow/status/shanukun/Ziho/ziho.yml)
2-
![GitHub commit activity (branch)](https://img.shields.io/github/commit-activity/w/shanukun/Ziho/main)
3-
4-
# Ziho
5-
6-
Ziho is an online programme for flashcards. It helps the user memorise information by utilising cognitive science strategies like spaced repetition and active recall testing.
7-
8-
9-
## Built With
10-
11-
- [Flask](https://flask.palletsprojects.com/en/3.0.x/)
12-
- [SQLite](https://sqlite.org/)
13-
- [Docker](https://www.docker.com/)
14-
15-
## Screenshots
16-
17-
<p float="left">
18-
<img src="./screenshots/home.png" width="400">
19-
<img src="./screenshots/create-deck.png" width="400">
20-
<img src="./screenshots/view-deck.png" width="400">
21-
<img src="./screenshots/study.png" width="400">
22-
<img src="./screenshots/updatecard.png" width="400">
23-
<img src="./screenshots/profile.png" width="400">
24-
<img src="./screenshots/explore.png" width="400">
1+
<p align="center">
2+
<img title="Ziho Logo" src="https://shanukun.github.io/static/images/ziho/ziho-logo.png" align="center">
253
</p>
264

5+
<p align="center">
6+
<b>Create, Study and Share</b> decks of flashcards.
7+
</p>
278

28-
## Getting Started
29-
30-
### Install & Run
31-
32-
- Setup
33-
```
34-
./tools/setup
35-
```
36-
37-
- Run
9+
<p align="center">
3810

39-
```
40-
./tools/run-ziho
41-
```
11+
<a href="https://img.shields.io/github/actions/workflow/status/shanukun/Ziho/ziho.yml">
12+
<img title="Build Status" src="https://img.shields.io/github/actions/workflow/status/shanukun/Ziho/ziho.yml" />
13+
</a>
14+
<a href="https://readthedocs.org/projects/activitywatch/badge/?version=latest">
15+
<img title="Github commit activity" src="https://img.shields.io/github/commit-activity/w/shanukun/Ziho/main" />
16+
</a>
17+
</p>
4218

43-
- For dev enviroment
4419

45-
```
46-
./tools/run-ziho-dev
47-
```
20+
## About
4821

49-
- For docker container
22+
Ziho is a prototype for a better online interface for Anki than [Anki Web](https://ankiweb.net/decks).
23+
Ziho allows you to create, study and easily share and clone decks, as well as edit them online.
5024

51-
```
52-
docker compose up
53-
```
25+
The backend is built with **Flask**, and the [fsrs](https://github.com/open-spaced-repetition) algorithm is used for spaced repetition.
5426

55-
## Contribution
5627

57-
**Be consistent with existing code**
28+
## Screenshots
5829

59-
### Use the linters
30+
<span><img src="https://shanukun.github.io/static/images/ziho/home.png" width="30%"></span>
31+
<span><img src="https://shanukun.github.io/static/images/ziho/study-deck.png" width="25%"></span>
6032

61-
```
62-
./tools/lint_and_format
63-
```
33+
You can find more screenshots [here](https://shanukun.github.io/ziho-ss/).
6434

65-
### Use the tests
6635

67-
```
68-
pytest tests/
69-
```
36+
## Getting Started

screenshots/create-deck.png

-83.4 KB
Binary file not shown.

screenshots/explore.png

-80.9 KB
Binary file not shown.

screenshots/home.png

-111 KB
Binary file not shown.

screenshots/profile.png

-62.6 KB
Binary file not shown.

screenshots/study.png

-81.6 KB
Binary file not shown.

screenshots/updatecard.png

-106 KB
Binary file not shown.

screenshots/view-deck.png

-113 KB
Binary file not shown.

0 commit comments

Comments
 (0)