Welcome to our Web Application Development 2 Project! We are team Udni, from G3 Singapore Management University.
Code-fables is a gamified coding website aimed towards kids, that faces the Sustainable Development Goal (SDG) 4: Quality Education. Our group noticed that there was a lack of available resources to children in between Scratch and Full-on coding, and we aim to bridge that gap.
http://code-fables-final.s3-website-ap-southeast-2.amazonaws.com
https://github.com/ryanang333/code-fables
To install all packages and libraries required to run the application on your local host
First, open your terminal and cd into the frontend directory by typing:
cd frontend
Next, install all necessary dependencies by typing into your terminal:
npm install
When all packages and dependencies have been installed, run:
npm run dev