Skip to content

Commit 7574039

Browse files
authored
Merge branch 'develop' into header-footer
2 parents 59fae30 + 2538400 commit 7574039

File tree

5 files changed

+146
-58
lines changed

5 files changed

+146
-58
lines changed

README.md

Lines changed: 38 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,65 @@
1-
barebones setup for JavaScript / Node projects replace this with a one-liner phrase describing this project or app
1+
trainings, certifications and employment opportunities for teachers
22

3+
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c2a6c9e610854e1da519d5eeab79df0d)](https://app.codacy.com/gh/BuildForSDG/EduKolab-Frontend?utm_source=github.com&utm_medium=referral&utm_content=BuildForSDG/EduKolab-Frontend&utm_campaign=Badge_Grade_Settings)
34
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c2a6c9e610854e1da519d5eeab79df0d)](https://app.codacy.com/gh/BuildForSDG/team-099-frontend?utm_source=github.com&utm_medium=referral&utm_content=BuildForSDG/team-099-frontend&utm_campaign=Badge_Grade_Settings)
4-
[![Codacy Badge](https://img.shields.io/badge/Code%20Quality-D-red)](https://img.shields.io/badge/Code%20Quality-D-red)
5-
65

76
## About
8-
9-
What is this project about. Ok to enrich here or the section above it with an image.
10-
11-
Once this repo has been setup on Codacy by the TTL, replace the above badge with the actual one from the Codacy dashboard, and add the code coverage badge as well. This is mandatory
12-
13-
This is a simple JavaScript starter repo template for setting up your project. The setup contains
14-
15-
- Jest: For runnung tests. We strongly recommend that JavaScript projects use Jest
16-
17-
- 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
7+
The name of our soolution is **EduKolab**.
8+
It is a web app that:
9+
- connects teachers in primary && secondary schools with international cooperations for training and certification as well as
10+
- offers trained & certified teachers to schools && guardians for employment
1811

1912
## Why
13+
The problem we set out to solve is that of
14+
_**insuuficient supply of qualified teachers in your community, Nigeria, as well as other developing countries**_.
2015

21-
Talk about what problem this solves, what SDG(s) and SGD targets it addresses and why these are imoirtant
16+
This project is geared at addressing the [4th Sustainable Developemnt Goal of Education](https://sustainabledevelopment.un.org/sdg4)
2217

23-
## Usage
24-
How would someone use what you have built, include URLs to the deployed app, service e.t.c when you have it setup
18+
EduKolab aims particularly to improve the quality of education provided to primary && secondary school students by improving the quality of the teachers, the people who pass on this knowledge.
19+
It is very important and relevant especially in this time for a good number of reasons notable among which are:
20+
- We will help create job employments for teachers that have been laid off because of the economic crises resulting from the Covid-19 pandemic
21+
- We will improve the quality of education in the country and hopefully Africa by improving the quality of knowledge && teaching methods employed by teachers to pass on knowledge
2522

23+
## Usage
24+
URL to deployed staging-app is below
25+
[EduKolab Staging App](https://edukolab-staging-app.herokuapp.com/)
2626

2727
## Setup
28-
29-
Install `npm` or `yarn` if you dont have any of them already installed. We recommend Yarn though.
30-
31-
After clonning the repo to your local machine and moving into the cloned folder, Run `yarn install` to get started by installing dependencies.
32-
33-
`src/index.js` is the entry to the project and source code should go into the `src` folder.
34-
35-
All tests should be written in the `__tests__' folder. There's a sample in there.
36-
37-
This starter uses [Parcel](https://parceljs.org/getting_started.html) as the bundler. It is much simpler that WebPack and the others
28+
1. Clone repo `git clone https://github.com/BuildForSDG/EduKolab-Frontend.git edukolab`
29+
2. Verify npm global installation by running `npm install npm -g`
30+
3. Install dependencies by running `npm install` from the **edukolab** directory/folder
31+
3. Start app locally by running `npm run dev` from the **edukolab** directory/folder
3832

3933
#### Hints
40-
41-
- Run `npm install` or `yarn install` to get started. We'll assume you are using Yarn.
42-
- Install additional dependencies: `yarn add <dependency-name> [-D]`
43-
- Run tests: `yarn test`
44-
- Run tests with test coverage info: `yarn test:cover`
45-
- Check the codebase for proper syntax and formatting compliance: `yarn lint`
46-
- Run your app in local dev mode: `yarn start`. This puts the bundled app in a `dist` 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.
34+
1. Get Started: `npm install`
35+
2. Install additional dependencies: `npm install <dependency-name>`
36+
3. Run tests: `npm run test`
37+
4. Run tests in watch mode: `npm run test:watch`
38+
5. Run tests with test coverage info: `npm run test:cover`
39+
6. Check the codebase for proper syntax and formatting compliance: `npm run lint`
40+
7. Check the codebase for lint and test errors: `npm run check`
41+
8. Build app for deployment: `npm run build`
42+
9. Run app from build: `npm start`
43+
10. Run app in local dev mode: `npm run dev`.
44+
- This first runs `npm run check` to check codebase for lint and test errors. If any are found, an npm error is thrown and the app exits with an error code
4745

4846
## Authors
4947

50-
List the team behind this project. Their names linked to their Github, LinkedIn, or Twitter accounts should siffice. Ok to signify the role they play in the project, including the TTL and mentor
48+
Sam Karis -- Team Mentor -- @sam-karis
49+
Jedidiah Amaraegbu -- Technical Team Lead -- @amjedidiah
50+
Victor Nwoguru -- Technical Communication Lead -- @vkguru
51+
Philip Okonwanji -- @okonwanjiphilip
52+
Hussein AbdulAzeez -- @lahkanmi
53+
Yusuf AbdulAzeez -- @horler408
5154

5255
## Contributing
5356
If this project sounds interesting to you and you'd like to contribute, thank you!
54-
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 :
57+
First, you can send a mail to [email protected] copy [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 :
5558
1. 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)
5659
2. 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)
5760
3. 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)
5861

5962
## Acknowledgements
6063

61-
Did you use someone else’s code?
62-
Do you want to thank someone explicitly?
63-
Did someone’s blog post spark off a wonderful idea or give you a solution to nagging problem?
64-
65-
It's powerful to always give credit.
66-
6764
## LICENSE
6865
MIT
69-

app.properties

Lines changed: 97 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,100 @@
1-
project.name:
2-
project.repo:
3-
project.sdgs:
4-
project.app.url:
5-
project.codacy.url:
1+
# =========================================================================
2+
# this is a simple properties file
3+
# meant to curate important meta data
4+
# about what a team is building
5+
#
6+
# each entry should have a single value
7+
# or a list of comma separated values
8+
#
9+
# this file can be filled incrementally
10+
# since fields like app.urls (links to the deployed solutions)
11+
# might not have been created right now, so you can leave ot blank.
12+
#
13+
# the file should be at the rook of a repo
14+
# =========================================================================
615

7-
project.team.members:
8-
project.team.slackname:
916

10-
project.fb.opensource:
17+
# about the product
18+
# =================
1119

12-
program.cohort:1
20+
# name of the product
21+
name:
22+
23+
# what SDG goal(s) does the product solve
24+
sdgs:
25+
26+
# name (not link) of repo
27+
repos:
28+
29+
# URL(s) to the deplyed
30+
# app for the solution
31+
# e.g frontend UI app pr backend API
32+
app.urls:
33+
34+
# URL(s) to the Codacy
35+
# dashbaord for this repo
36+
# e.g https://app.codacy.com/gh/BuildForSDG/farmify-frontend/dashboard
37+
codacy.urls:
38+
39+
# YES if the solution
40+
# is solving for COVID-19
41+
# otherwise, NO
42+
app.forCOVID19: NO
43+
44+
# what industries
45+
# does this solution
46+
# or its problem statement fall
47+
# under, e.g Agriculture
48+
# pick from this list : https://www.opensecrets.org/industries/alphalist.php
49+
app.industries:
50+
51+
# about the codebase
52+
# ==================
53+
54+
# what are the major
55+
# coding languages used
56+
# to create the solution
57+
code.languages:
58+
59+
# what are the major
60+
# frameworks and libraries
61+
# used to create the solution
62+
code.frameworks:
63+
64+
# what Facebook open source framework
65+
# library, tool, or platform API
66+
# is the codebase using
67+
code.opensource.facebook:
68+
69+
# If the team created something
70+
# as a by-product of building the
71+
# product, and that something is now
72+
# open shource, pls list them
73+
code.opensource.contributions:
74+
75+
# about the team
76+
# ==============
77+
78+
# name of the team
79+
team.name:
80+
81+
# github username
82+
# of the team's TTL(s)
83+
team.ttls:
84+
85+
# github username
86+
# of the team's mentor(s)
87+
team.mentors:
88+
89+
# name of the team's
90+
# Slak channel in the
91+
# BuildforSDG Slack
92+
# workspace
93+
team.slackchannel:
94+
95+
# == DO NOT EDIT ==
96+
# about the program
97+
# =================
98+
program.cohort:1
99+
program.name:BuildforSDG
100+
program.community:https://github.com/BuildForSDG

public/humans.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Sam Karis -- Team Mentor -- @sam-karis
77
Jedidiah Amaraegbu -- Technical Team Lead -- @amjedidiah
8-
Victor Nwoguru -- Technical Team Lead -- @vkguru
8+
Victor Nwoguru -- Technical Communication Lead -- @vkguru
99
Philip Okonwanji -- @okonwanjiphilip
1010
Hussein AbdulAzeez -- @lahkanmi
1111
Yusuf AbdulAzeez -- @horler408

public/icon_blue.png

4.52 KB
Loading

src/logo.svg

Lines changed: 10 additions & 6 deletions
Loading

0 commit comments

Comments
 (0)