/react-terminal

A simple terminal in REACT for a portfolio website

Primary LanguageTypeScript

Introduction

Welcome! This project is a small portfolio site written in react that simulates a shell. The main motivation for me was to learn some react. The demo of the site can be found here

Progress

  • Basic functionality
  • Autocomplete

Build

  1. Install dependencies with yarn
  2. Start the webapp with yarn start
  3. Site will be available at http://localhost:3000