Child Creativity Lab aims to foster the next generation of critical thinkers, innovators, and leaders through hands-on creativity enhancing exploration. They incorporate creativity into STEM education, making it easier for children to understand and enjoy.
🌐 Website | Twitter | Facebook | Instagram | YouTube
Child Creativity Lab physically scans event and workshop paper waivers for uploading to an online drive, which is a time-consuming and error-prone process.
🆙 We created an online waiver management system where volunteers and participants can sign waivers automatically stored on a dashboard for admins to access. This solution will reduce paper usage and improve waiver organization for Child Creativity Lab's workshops and other activities.
Tech Stack:
🔼 Frontend: React
🔽 Backend: NodeJS + MySQL
-
Clone the project.
The
--recursiveflag will download both the frontend and backend submodule repos.git clone --recursive git@github.com:ctc-uci/ccl-waivers.git -
Install the dependencies.
A postinstall script will also run to install dependencies in the submodules.
npm install -
Add the
.envfile toccl-waivers-backend.
npm startwill run the frontend and backend concurrently- To start the frontend or backend separately,
cdinto its respective directory and usenpm startthere.



