Skip to content

vaksin.id are web based application. built using react as front-ed framework and mui as ui framework. this app purpose are to manage vaccine booking system as admin(including manage stock, manage sessions and approve citizens vaccine booking)

License

Notifications You must be signed in to change notification settings

capstone-kelompok12/vaksin-id-fe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

what is vaksin-id

vaksin.id are web based application. built using react as front-ed framework and mui as ui framework. this app purpose are to manage vaccine booking system as admin(including manage stock, manage sessions and approve citizens vaccine booking)


Getting started

using npm

git clone https://github.com/capstone-kelompok12/vaksin-id-fe.git
npm i
npm start

using yarn

git clone https://github.com/capstone-kelompok12/vaksin-id-fe.git
yarn
yarn run

How to contribute

  • start from our latest work on dev branch
     git checkout dev
  • if you are working on new feature create an new branch named feat/feature-name
     git checkout -b feat/login
  • if you are working on bug fixing create an new branch named bugfix/bug-name
     git checkout -b bugfix/react-router
  • when you are done with your work, push it then create a new PR to dev branch

Custom palette

This project was built using Material UI. In Material UI you can add some custom palette to faster your work. When you've done setting the custom palette, you can do like this on your MUI elements:

<Button  variant='contained'  color='success'>
	Success Button
</Button>

Color palette list

  • #0BEA82 primary
  • #2E4057 secondary
  • #6cd328 success
  • #476cff info
  • #ffd000 warning
  • #FF615e danger

to use the color palette just put it at the color props on an MUI elements

<Button  variant='contained'  color='success'>
	Success Button
</Button>

<Chip  variant='filled'  label='Custom chip'  color='info'/>

<Fab color="primary" aria-label="add">
  <AddIcon />
</Fab>

License

Copyright © 2022 Kelompok 12 Capstone Project SIB Alterra Academy Batch 3.
This project is MIT licensed.

happy coding!

About

vaksin.id are web based application. built using react as front-ed framework and mui as ui framework. this app purpose are to manage vaccine booking system as admin(including manage stock, manage sessions and approve citizens vaccine booking)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published