A simple application for a university admin to manually chose courses for students.
This is a private project to demonstrate the use of React Router and Compound Components with Firebase Authentication and Docker. It’s still in development.
TECHNOLOGIES OVERVIEW
DESIGN PATTERN: Compound Components - a design pattern in React in which a component is composed of a subset of child components that all work in tandem to produce some functionality.
HOW TO RUN & TEST PROJECT?
CLONE THE PROJECT
git clone https://github.com/PJMantoss/university-admin.git
INSTALL DEPENDENCIES
yarn add react-router-dom
yarn add styled-components
yarn add normalize.css
START THE PROJECT
yarn start
TEST PROJECT
yarn test
To learn more see codes at Github