Skip to content

Commit 634fa24

Browse files
committed
📝 Update readme
Add testing, remove commented texts
1 parent e551d4e commit 634fa24

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
![Terminal Portfolio Website by Sat Naing](https://user-images.githubusercontent.com/53733092/194220661-e2ff8b4c-f64a-4b64-a836-c52fae6bbcda.png)
44

5-
<!-- ![Sat Naing's Terminal](https://user-images.githubusercontent.com/53733092/172165697-a69d61dd-98f5-4237-910c-5915b5b8952b.png) -->
6-
7-
![ts](https://badgen.net/badge/Built%20With/TypeScript/blue) [![Netlify Status](https://api.netlify.com/api/v1/badges/81fdb91d-c06f-46c2-b18d-dfc6f090f281/deploy-status)](https://app.netlify.com/sites/terminal-sn/deploys) ![Gitmoji](https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square)
5+
![ts](https://badgen.net/badge/Built%20With/TypeScript/blue?style=flat-square)
6+
[![Netlify Status](https://api.netlify.com/api/v1/badges/81fdb91d-c06f-46c2-b18d-dfc6f090f281/deploy-status)](https://app.netlify.com/sites/terminal-sn/deploys)
7+
![Gitmoji](https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square)
88

99
My perfolio website in terminal version developed with React, TypeScript and Styled-Components. Multiple themes supported and keyboard shortcuts can be used for some functionalities.
1010

@@ -18,13 +18,15 @@ Blog Post: https://satnaing.dev/blog/posts/how-do-i-develop-my-terminal-portfoli
1818
- Go previous and next command ⬆️⬇️
1919
- View command history 📖
2020
- PWA and Offline Support 🔥
21+
- Well-tested ✅
2122

2223
## Tech Stack
2324

2425
**Frontend** - [React](https://reactjs.org/), [TypeScript](https://www.typescriptlang.org/)
2526
**Styling** - [Styled-Components](https://styled-components.com/)
2627
**UI/UX** - [Figma](https://figma.com/)
2728
**State Management** - [ContextAPI](https://reactjs.org/docs/context.html)
29+
**Testing** - [Vitest](https://vitest.dev/), [React Testing Library](https://testing-library.com/)
2830
**Deployment** - [Netlify](https://app.netlify.com/)
2931

3032
## Multiple Themes
@@ -36,7 +38,6 @@ Currently, this website supports 6 themes. Type `themes` in the terminal for mor
3638

3739
<p align="center">
3840
<img width="710" alt="Sat Naing Terminal Lighthouse Score" src="public/lighthouse-result.svg">
39-
<!-- <img width="710" alt="Sat Naing Terminal Lighthouse Score" src="https://user-images.githubusercontent.com/53733092/172168920-d05dd889-802e-48f3-8266-75e0357f561e.png"> -->
4041
</p>
4142

4243
## Running Locally

0 commit comments

Comments
 (0)