eTeachersRecruit is a solution that will help substantially increase the supply of qualified teachers in developing countries
Under the SDG Goal Four (4) "QUALITY EDUCATION" are two unique problems. Team-048 of great innovators has decided to build a solution for Problem Statement One:
"Try building a solution that will help substantially increase the supply of qualified teachers in your community. You can include a plan to integrate or collaborate with international co-operations for teachers to be trained in developing countries”.
Our solution is broken down by providing answers to these questions:
[] How do we know qualified teachers?
[] How do we train teachers that are not qualified enough?
[] What metrics are we to use in rating them?
This is a simple JavaScript starter repo template (integrated with react) for setting up your project. The setup contains
-
Jest: For runnung tests. We strongly recommend that JavaScript projects use Jest
-
Eslint & Prettier: For formatting code to match ESlint AirBnB coding standard. You might need to install the ESlint and Prettier plugins for your code editor to make the most of these utilities
To Help Increase the Supply of Qualified Teachers in Developing Countries
How would someone use what you have built, include URLs to the deployed app, service e.t.c when you have it setup
Install npm
or yarn
if you dont have any of them already installed. We recommend Yarn though.
After clonning the repo to your local machine and moving into the cloned folder, Run yarn install
or npm install
to get started by installing dependencies.
src/index.js
is the entry to the project and source code should go into the src
folder.
All tests is be written in the `tests' folder.
This starter uses Parcel as the bundler. It is much simpler that WebPack and the others
- Run
npm install
oryarn install
to get started. We'll assume you are using Yarn. - Install additional dependencies:
yarn add <dependency-name> [-D]
- Run tests:
yarn test
- Run tests with test coverage info:
yarn test:cover
- Check the codebase for proper syntax and formatting compliance:
yarn lint
- Run your app in local dev mode:
yarn start
. This puts the bundled app in adist
folder, set up a local web server at localhost:1234, and continues to watch for your code changes which it syncs with the local server. This means if you loaded the app in a browser, it will auto-refresh as you code along. Feel free to use whatever bundler best meets your needs. Parcel was only added as a sample and for those looking for a simple but effective solution to the hassle of bundlers.
Odinaka Joy @ dinakajoy
Onah Sunday @ onally01
Victor Eleanya @ mrvicthor
Omololu Emmanuel @ omohemma
Gagher Terpase Theophilus @ philcz16
Oyewale Tayo Olamide @ imwithjosh
Samuel Jonathan @ 0m0hsam
If this project sounds interesting to you and you'd like to contribute, thank you! First, you can send a mail to [email protected] to indicate your interest, why you'd like to support and what forms of support you can bring to the table, but here are areas we think we'd need the most help in this project :
- area one (e.g this app is about human trafficking and you need feedback on your roadmap and feature list from the private sector / NGOs)
- area two (e.g you want people to opt-in and try using your staging app at staging.project-name.com and report any bugs via a form)
- area three (e.g here is the zoom link to our end-of sprint webinar, join and provide feedback as a stakeholder if you can)
Did you use someone else’s code? Do you want to thank someone explicitly? Did someone’s blog post spark off a wonderful idea or give you a solution to nagging problem?
It's powerful to always give credit.
MIT