lexico: text analyzer

View the project

Overview

lexico is one of the first projects I made when learning about web development. It was a great way to practice my HTML, CSS, Javascript, and design skills as a beginner.

I got the idea after listening to a bunch of songs with repetitive lyrics and getting curious about the word choice used.

It takes any inputted text and analyzes it to return some data, including lexical density (meaningful words divided by total words) and unique occurrences of words. Try it out!

I remember having fun choosing the colors and making the page (somewhat) responsive.

There's lots of room for improvement :) but I likely won't revisit this project.