Skip to content

This is the frontend repo for the Operation Code website

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

jmayergit/operationcode_frontend

 
 

OperationCode Frontend

BrowserStack Status

This is the repository for the front-end portion of https://operationcode.org.

Quick Start

TLDR

yarn
yarn run backend

If it doesn't work the first time, run it again.

In another shell tab:

yarn start

If you're an experienced developer, please navigate to our Quick Start Guide.

What is a frontend?

When you visit our website you're intereacting with two systems, a frontend application and a backend application. The frontend application (where you are now) is responsible for displaying images, text and data on our web pages. Frontend applications are usually written using a combination of HTML, CSS, and Javascript and utilize 1 or more frameworks such as Angular, backbone, vue, and react. https://operationcode.org uses react.

What is a backend?

The backend is responsible for providing data to the front end to display, and processing data entered into the frontend, and running various jobs like inviting new users to slack, or signing them up for our newsletter. The https://operationcode.org backend is written in rails and can be viewed at https://github.com/OperationCode/operationcode_backend.

Contribute

Want to contribute to this repo? Check out our comprehensive Contributing Guide

License

This project is licensed under the terms of the MIT license.

About

This is the frontend repo for the Operation Code website

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 80.7%
  • CSS 17.0%
  • HTML 1.4%
  • Other 0.9%