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
- 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
To run the project locally, follow these steps:
- Node.js (v12.0.0 or higher)
- npm (v6.0.0 or higher)
Clone the repository:
git clone https://github.com/scott-the-programmer/term.nz.git
Install dependencies:
cd web.sh
npm install
Run in dev mode:
npm run dev
Run tests:
npm test
The website should now be accessible at http://localhost:5173.
This project is licensed under the MIT License. See the LICENSE file for details.