A Minimalist Web-Server Typing Application.
miniType uses a variety of JS & CSS Frameworks or Libraries to operate.
Here is a list of all of them, including source links.
- Milligram as the main CSS Framework to design main UI components
- ExpressJS as a NodeJS Framework for routing and port management (Back-End)
- Random-Word-API for generating random words from the dictionary for the user to type
- ICanHazDadJoke for generating random jokes for the user to type
- JSON Data Management Algorithms for storing data for typing statistics, text statistics, etcetera
- The
views/folder contains the vanilla HTML webpage content - The
public/folder contains the middle-end code (webpage js & css)
- The main back-end node-js file is
server.js, which is where all routing/back-end data is stored
Site is minitype.herokuapp.com.
This site is deployed at Heroku.
For testing, the site was originally deployed on Glitch.