Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scott-the-programmer/term.nz
My (not so interesting) website
https://github.com/scott-the-programmer/term.nz
Last synced: about 3 hours ago
JSON representation
My (not so interesting) website
- Host: GitHub
- URL: https://github.com/scott-the-programmer/term.nz
- Owner: scott-the-programmer
- License: mit
- Created: 2021-08-29T00:37:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T04:09:43.000Z (5 months ago)
- Last Synced: 2024-06-19T11:43:06.261Z (5 months ago)
- Language: TypeScript
- Size: 1.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal Portfolio Terminal
This project is a personal portfolio website that mimics a terminal interface. The website is built using React and showcases a unique way to interact with a developer's work and background.Cobbled together quickly with the help of ChatGPT
Currently hosted on [https://term.nz](https://term.nz/)
![Terminal Screenshot](./docs/terminal.png)
## Features
* Terminal-style design for a unique user experience
* Dynamic typing effect to simulate a real terminal environment
* Customizable commands to navigate through the developer's information
* Responsive design for a consistent experience on various devices## Getting Started
To run the project locally, follow these steps:
### Prerequisites
* Node.js (v12.0.0 or higher)
* npm (v6.0.0 or higher)### Installation
Clone the repository:
```sh
git clone https://github.com/scott-the-programmer/term.nz.git
```Install dependencies:
```sh
cd web.sh
npm install
```Run in dev mode:
```sh
npm run dev
```Run tests:
```sh
npm test
```The website should now be accessible at http://localhost:5173.
# License
This project is licensed under the MIT License. See the LICENSE file for details.