A full-stack implementation of the Roman Numerals kata as a React app.
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
.
- Typescript
- React
- Vite
- Material-UI
- Vitest
- Testing Library
- Mock Service Worker
- C# / .NET
- ASP.NET Core
- Xunit