Lumen is a learning resource library that provides a single point of searchable content.
It's value resides in the fact that it is curated by the cohort – meaning that not only is the content current, but it is relevant to the technologies and standards that are being taught and used by the bootcampers at that time.
GET /api/v2/resources POST /api/v2/resources| Body in JSON RAW is sent via the form in the Popup component as:
{ "title": "url": "language": "category": "description": }
| Color | Hex |
|---|---|
| Oxford Blue | #002147 |
| Riviera Paradise | #03989E |
| Ice Cold Stare | #C3DEFC |
| Delta Pale Yellow | #FFF9AE |
| Scotch Mist | #FFFDDD |
Lumen APP & Components // Open repo on local machine to access documentation via Localhost.
Clone repository and install dependencies
git clone https://github.com/SchoolOfCode/lumen-frontend-techtonic.git
cd lumen_app
npm i
