Skip to content

elissaperdue/thetattauappreviewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A basic tool for viewing theta tau apps. Made in ~4 hours so please dont judge.

Getting Started

First, export the apps as CSV from the google sheet. Place the file in lib and call it apps.csv. Then, run yarn jsonify to convert the file to apps.json.

Finally, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js.

If the questions change, just find the <QA> element in index and change the text to match exactly

About

A quick thrown together tool for reviewing Theta Tau apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.9%
  • CSS 14.1%