/canvasboard

An interactive webboard for Schools, Colleges and Universities

Primary LanguageTypeScript

Canvasboard

The whole purpose of education is to turn mirrors into windows.
- Sydney J. Harris

Project Overview:

An interactive webboard application built on Angular to excel learning experience in schools,Colleges and Universities. Our main goal is to create a standalone web application which simplifies the prepping,in-class teaching and learning experience for its users (Teachers, Students).

Dependencies🗃:

Running the canvasboard application:

Make sure NodeJS and Angular CLI is installed locally in your system. To verify NodeJS is installed, type the following command to check the node version

node -v

To verify NPM version is installed, type the following command to check the npm version

npm -v

How to set up locally💻:

  1. Clone the repository from GitHub and cd into the directory
git clone "https://github.com/Canvasbird/canvasboard.git"
cd canvasboard
  1. Install node modules ( Make sure you are in the root directory )
npm install
  1. Once node modules are installed, Serve the application locally with polling value 2000
ng serve -o --poll=2000

Yayy! Your application is served locally in localhost:4200

Contributing🤝

Please consider contributing to the project, with your ideas, your artwork, and your code.