bitprj / bit-frontend

Frontend for the LMS (Learning Management System)
https://bitproject.org
13 stars 6 forks source link

Create [ModuleSummary] component #17

Open poroia opened 4 years ago

poroia commented 4 years ago

Create a module summary component that will be on the Explore and Module pages.

image The component is under the Explore and Module pages under Student View on the Figma.

For now, place this component under src/components/shared/high

This component can be directly created in the World component. This component can be accessed through src/components/World/World.js. As shown in App.js, this component/view can be accessed by typing in the url: /world/:id where :id is equal to any number

VelForce commented 4 years ago

Blocked by issue #19