Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.16 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.16 KB

Roman Date Converter

A React app that converts dates on the Gregorian calendar (in English) to dates using the ancient Roman calendar (in Latin).

  • Users can choose to display the year in secular notation (B.C.E. / C.E.), Christian notation (B.C. / A.D.), or ab urbe condita (from the founding of the city of Rome).
  • Once the date is converted, users can also toggle between displaying the full date and an abbreviated version.

Link to project: https://roman-date-converter.netlify.app/

How It's Made:

Tech used:

  • React, JavaScript, HTML, CSS
  • Deployed on Netlify: Netlify Status

This app was originally developed for the North American Institute for Living Latin Studies (SALVI), to modernize a legacy PHP application. This repo holds a stand-alone version of the application, built in React. A version of this project also exists as a Gutenberg block plugin for Wordpress.

Lessons Learned:

Optimizations:

Next Steps:

  • []