-
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
1 parent
412c85b
commit c7af4d0
Showing
1 changed file
with
16 additions
and
0 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 |
---|---|---|
|
@@ -2,13 +2,16 @@ | |
|
||
Welcome to my interactive terminal portfolio built using Vue 3, TypeScript, and TailwindCSS. This project is open-source and aims to showcase my work in a unique and engaging way. | ||
|
||
|
||
## Features | ||
|
||
- **Autocompletion**: Easily complete commands with tab suggestions. | ||
- **Command History**: Navigate through previously entered commands. | ||
- **Multiple Themes**: Customize the terminal's appearance with various themes. | ||
- **Responsive Design**: Works seamlessly on different devices and screen sizes. | ||
|
||
![](https://i.imgur.com/waxVImv.png) | ||
|
||
## Tech Stack | ||
|
||
- **Vue 3**: A progressive JavaScript framework for building user interfaces. | ||
|
@@ -17,10 +20,14 @@ Welcome to my interactive terminal portfolio built using Vue 3, TypeScript, and | |
- **Pinia**: A state management library for Vue. | ||
- **Vercel**: Deployment platform for high-performance websites and apps. | ||
|
||
![](https://i.imgur.com/waxVImv.png) | ||
|
||
## Multiple Themes | ||
|
||
The terminal supports multiple themes. You can change the theme by typing `themes set <theme-name>`. To see all available themes, type `themes` in the terminal. | ||
|
||
![](https://i.imgur.com/waxVImv.png) | ||
|
||
## Lighthouse Report | ||
|
||
This project scores a perfect 100 in all categories on Lighthouse: | ||
|
@@ -29,6 +36,10 @@ This project scores a perfect 100 in all categories on Lighthouse: | |
- **Best Practices**: 100 | ||
- **SEO**: 100 | ||
|
||
<img src="/docs/lighthouse.png" style="width: 600px"> | ||
|
||
![](https://i.imgur.com/waxVImv.png) | ||
|
||
## Run Locally | ||
|
||
Follow these steps to run the project locally: | ||
|
@@ -56,15 +67,20 @@ Follow these steps to run the project locally: | |
```sh | ||
npm run dev | ||
``` | ||
![](https://i.imgur.com/waxVImv.png) | ||
|
||
## Contributing | ||
|
||
Contributions are welcome! Please fork the repository and create a pull request with your changes. | ||
|
||
![](https://i.imgur.com/waxVImv.png) | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License. | ||
|
||
![](https://i.imgur.com/waxVImv.png) | ||
|
||
## Contact | ||
|
||
If you have any questions or suggestions, feel free to contact me via [[email protected]](mailto:[email protected]). | ||
|