CIAO is a webapp for rendering generative art built as a project for COMP 206 course by 3rd semester CS students at Kathmandu University, Dhulikhel.
Live Hosted on: https://suwubham.github.io/ciao/
Clone the project
git clone https://github.com/suwubham/ciao.git
Go to the project directory and install client dependencies
cd ciao
npm install
Start Client server
npm start
Go to the server directory and install server dependencies
cd server
npm install
Start the server
npm start
Frontend: React, Bootstrap, Material UI
Backend: Node, Express, MongoDB