CougarCS is the largest student-run Computer Science organization at the University of Houston. At CougarCS, our mission is to smoothly transition our inexperienced members into young professionals by the end of their degree and to provide support and assistance to members who struggle academically or who need career guidance.
This is the official CougarCS Frontend. This project is built with React using create-react-app. Want to get involved? Get in contact with the CougarCS Webmaster(webmaster@cougarcs.com) to get involved.
yarn
yarn start
.env
file in the root project folder. You must clone the CougarCS-Backend for full functionality. Reach out to the CougarCS Webmaster(webmaster@cougarcs.com) to setup the backend..env
file include these:
REACT_APP_STRIPE_KEY=<STRIPE_TEST_PUBLISHABLE_KEY>
REACT_APP_RECAPTCHA_SITE_KEY=<KEY_ID>
REACT_APP_API_URL=<BACKEND_URL>
yarn run eslint-check
to check linting issues in the code.yarn run eslint-fix
to auto-lint the code.yarn start
yarn test
yarn test:ui
src/data/
src/assets/
src/App.js
src/pages/
directory will have the pages based on the routing.src/components/
will hold the components that make up the page.The site is being deployed to a temporary server via an auto-deploy tool that deploys the build/ folder of this build. Static files are being served at this time only.