UTDNebula / survival-guide

UTD Survival Guide is a guide to being a college student and making the most of your time at UT Dallas and after graduation.
https://guide.utdnebula.com
MIT License
10 stars 0 forks source link

Implement UI for a glossary of terms #74

Closed vikranthchinnam closed 1 year ago

vikranthchinnam commented 1 year ago

Overview

Closes #62

This creates a glossary page with terms and content accessible at the /glossary route.

What Changed

I added a glossary.tsx to the pages folder to create a new glossary page and then created dummy data in GlossaryEntriesData.json to test it within the data folder. the glossary page renders the data into divs of terms and content.

Other Notes

I'm not sure if I got the exact styles right so I would like to see if the styles are alright. I tested it with dummy data.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
survival-guide ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 15, 2023 5:32am
vikranthchinnam commented 1 year ago

Just added a button on the header to access the glossary page from anywhere