A Slice of Pi is a web application created for the OutStem Coding Challenge, where users can view metrics about a fictional pizza store.
- React.js for components and reactive design.
- Tailwind CSS for styling.
- daisyUI for styled components.
- Chart.js for charts.
- Cloudflare Pages for deployment.
# clone the repository
git clone https://github.com/vasiltop/a-slice-of-pi
cd a-slice-of-pi
# install dependencies
pnpm install
#start the server
pnpm dev