Three simple web development challenges to practice my skills.
This project includes:
- A Roman to Arabic and Arabic to Roman number converter.
- Conway's game of Life.
- A restaurant software that creates invoices with the feature of splitting the cost among people from the same table.
Just click in the website of the repository or here!
Install node modules in the project and start the server:
#install npm
npm install
#start server
npm run dev