-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,29 @@ | ||
# 크롬 앱 | ||
# To do list Chrome app | ||
|
||
[시작하기](https://hwahyeon.github.io/browserjs/) | ||
[Start](https://hwahyeon.github.io/browserjs/) | ||
|
||
|
||
## 기능 소개 | ||
## Feature Overview | ||
|
||
### 이름 | ||
앱은 입력받은 사용자의 이름을 브라우저를 통해 기억합니다. 앱이 당신의 이름을 알게 된다면, 세계 각지의 인사로 당신을 환영해줄 것입니다. | ||
### Name | ||
The app remembers the user's name entered through the browser. If the app gets to know your name, it will welcome you with greetings from around the world. | ||
|
||
<p align="center"><img src="https://github.com/hwahyeon/browserjs/blob/main/readme/01.gif?raw=true"></p> | ||
</br> | ||
![Name Feature](./readme/01.gif) | ||
|
||
### 시계 | ||
00:00:00 형식의 시계를 제공합니다. | ||
### Clock | ||
It provides a clock in the format of 00:00:00. | ||
|
||
### To-Do list | ||
'해야 할 일 리스트'를 제공합니다. 최대 7개의 해야 할 일을 등록할 수 있습니다. 앱은 브라우저(local storage)를 통해 해야할 일을 저장합니다. 브라우저를 초기화하지 않는다면, 앱은 해야 할 일을 기억합니다. | ||
The app provides a 'To-Do list'. You can register up to 7 tasks. Through the browser (local storage), the app stores the tasks. Unless you reset the browser, the app will remember the tasks. | ||
|
||
![To-Do List](./readme/02.gif) | ||
|
||
<p align="center"><img src="https://github.com/hwahyeon/browserjs/blob/main/readme/02.gif?raw=true"></p> | ||
</br> | ||
|
||
### Quotes | ||
책의 한 구절과 작가를 랜덤으로 제공합니다. | ||
The app offers a random quote from a book and its author. | ||
|
||
### Location and weather | ||
앱 실행 시, '내 위치 확인' 권한을 물어봅니다. 허용하면 하단에 현재 날씨와 온도 그리고 지역을 제공합니다. | ||
When the app is launched, it asks for permission to 'check my location'. If allowed, it provides the current weather, temperature, and location at the bottom. | ||
|
||
### Background | ||
새로 시작하거나, 새로고침 하면 배경이 무작위로 변경됩니다. | ||
When you start anew or refresh, the background changes randomly. |