All Projects → teacherfund → TeacherFund_next

teacherfund / TeacherFund_next

Licence: MIT license
A website to fund teachers discretionary spending because the government sucks at it

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to TeacherFund next

training-center.github.io
Site do Centro de Treinamento
Stars: ✭ 104 (+22.35%)
Mutual labels:  teachers, nonprofit
ClassClock
ClassClock is a free, easy-to-use web app for K-12 schools that provides an at-a-glance view of the school schedule
Stars: ✭ 27 (-68.24%)
Mutual labels:  teachers
curr
All curricular materials for Bootstrap course modules
Stars: ✭ 13 (-84.71%)
Mutual labels:  teachers
college-management-react
This is a College management web app in MERN stack.
Stars: ✭ 42 (-50.59%)
Mutual labels:  teachers
proffy
React Native + ReactJS + NodeJS project developed on RocketSeat NexLevelWeek. This project is based on an application for connect students and teachers.
Stars: ✭ 30 (-64.71%)
Mutual labels:  teachers
introduction-to-computer-science
Microsoft TEALS Program - Introduction to Computer Science
Stars: ✭ 93 (+9.41%)
Mutual labels:  teachers
helpafamily
Impactful ways to help families in need through donated meals, hygiene kits, and more. By Margarita Humanitarian Foundation.
Stars: ✭ 41 (-51.76%)
Mutual labels:  nonprofit
grantmakers.github.io
Grantmakers.io is a free, open source project built to help nonprofits utilize the incredible IRS electronic 990-PF dataset.
Stars: ✭ 41 (-51.76%)
Mutual labels:  nonprofit
born again neuralnet
Unofficial pytorch implementation of Born-Again Neural Networks.
Stars: ✭ 44 (-48.24%)
Mutual labels:  teachers
quickfeed
QuickFeed server and web frontend for instant feedback on programming assignments
Stars: ✭ 14 (-83.53%)
Mutual labels:  teachers
repobee
CLI tool for managing Git repositories on GitHub and GitLab in the context of education
Stars: ✭ 51 (-40%)
Mutual labels:  teachers
edusense
EduSense: Practical Classroom Sensing at Scale
Stars: ✭ 44 (-48.24%)
Mutual labels:  teachers
ScPoEconometrics
Undergraduate textbook for Econometrics with R
Stars: ✭ 100 (+17.65%)
Mutual labels:  teachers
OMRChecker
An Android app to scan OMR Sheet http://letssolvetogether.in
Stars: ✭ 22 (-74.12%)
Mutual labels:  teachers
Freecodecamp
freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
Stars: ✭ 339,510 (+399323.53%)
Mutual labels:  teachers
Oppia
A free, online learning platform to make quality education accessible for all.
Stars: ✭ 4,361 (+5030.59%)
Mutual labels:  nonprofit
github-classroom-utils
Python tools for instructors working with GitHub Classroom
Stars: ✭ 66 (-22.35%)
Mutual labels:  teachers
classmanager-student-teacher-portal
A Student-Teacher Portal built using HTML, CSS, Python and Django
Stars: ✭ 155 (+82.35%)
Mutual labels:  teachers
Random-Name-Picker
Simple, beautiful Android app to help you choose from a list of names at random. Downloaded 560,000+ times on Google Play with a 4.5+ rating after 3,500+ reviews.
Stars: ✭ 37 (-56.47%)
Mutual labels:  teachers
vly1
v1 Voluntarily application - deprecated
Stars: ✭ 14 (-83.53%)
Mutual labels:  teachers
TeacherFund logo

TeacherFund is a charity to support teachers in a way that encourages great teachers to stay, and potentially great teachers to choose teaching as a career path. This includes providing supplemental funds and supplies to school teachers in need.

This repository contains the code for the main TeacherFund website

macOS

To build and view the site locally:

brew update
brew install node
npm install
echo -e echo -e "NEXT_PUBLIC_DEVELOPMENT=1\nENCRYPTION_SECRET=<the_space_needle_is_gorgeous_this_time_of_year>" >> .env.local
npm run dev

The generated site is available at `http://localhost:3001`

Contributing

We welcome any contributions to this project!!

If you're interested in fixing bugs or implementing new features, please see the document How to Contribute.

Building & Viewing

cd into the directory where you cloned this repository, update brew with the latest node version with brew update then install node with brew install node. Then install the node packet manager with npm install.

`It might take around 5 minutes at first if you do not have node or have a deprecated version on your system'

create a local environment file with echo -e "NEXT_PUBLIC_DEVELOPMENT=1\nENCRYPTION_SECRET=<the_space_needle_is_gorgeous_this_time_of_year>" >> .env.local You can swap the provided encryption secret with any 32 bit char string.

Start the server in the current directory

npm run dev

The generated site is available at http://localhost:3001

Styles

  1. Types
  2. References

Types

  • 1.1 Primitives: You must work directly on its value when you access a primitive type.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].