Skip to content
This repository has been archived by the owner on Oct 30, 2021. It is now read-only.

U-C-S/The-Boct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Boct

Boct is a Static Browser psuedo-Chatbot, made with TypeScript and React. It's my learning project for frontend web development. It currently doesn't have many features, but can convert units. Many of features are supposed to be added in Future versions of v4, But Currently the development is halted.

Check it out - https://the-boct.netlify.app

Version History

version description
v1.x basic HTML, CSS and javascript version
v2.x PWA support
v3.x Migrated to TypeScript
v4 Remade with React

For Local development

  • Clone this Repo
  • run 'npm install' in the directory
  • then run 'npm start'