Skip to content

A full-stack web application for converting Roman numerals.

Notifications You must be signed in to change notification settings

eoyoa/Roman-Numerals-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roman Numerals App

A full-stack implementation of the Roman Numerals kata as a React app.

How to run

To run the whole app locally, you must locally host the frontend and run a local backend server.

For the frontend, run the dev script specified in package.json.

For the backend, run the Roman.Web project using dotnet.

Tech stack

Front-end

  • Typescript
  • React
  • Vite
  • Material-UI

Testing

  • Vitest
  • Testing Library
  • Mock Service Worker

Back-end

  • C# / .NET
  • ASP.NET Core

Testing

  • Xunit

About

A full-stack web application for converting Roman numerals.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published