Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 721 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 721 Bytes

XeCentral project

Just a small static react project 💅 inspired by my University's Student Central system

While playing(newbie) with react styled-components (emotion), I created some reusable components(20+) of my own. So I decided to put together this static project to showcase all the components and their inner working. (No DB involved), site data is generated on the fly and stored in a Global State (Context API)

Live here
Some of the component are:
  • <Drawer/>

  • <Collapsible/>

  • <DropMenu/>

  • <Modal/>

  • <Snackbar/>

  • <Modal/>

  • <Tabs/>

  • .... and many more (in src📁)