This repository contains all of the code for the frontend. Lecture Goggles is a free, open-source, educational resource repository to help students gain a better understanding of school subjects.
Master | Development |
---|---|
$ git clone https://github.com/LectureGoggles/lecture-goggles-frontend.git
$ npm install
$ npm start
# OR
$ npm test
# OR
$ npm run build
See CONTRIBUTING.md
- React
- Jest
- Styled Components
- Eslint / Prettier (Airbnb Style)