This is a project submission for the Moniepoint Hackathon. It includes a backend built with Flask and a frontend built with React and TypeScript. It also includes an interactive python notebook where I tested my initial code. The main project submission is in the monie-shop-analytics folder, the other files and folders are included as a guide to the problem solving process.
- Analyzes sales data from Monieshop.
- Displays metrics like highest sales volume, most sold product, peak sales houretc.
- Frontend:
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS
- Backend:
- Flask (Python web framework)
- Vite: Provides a faster and more efficient development experience compared to traditional tools like Webpack.
- TypeScript: Adds type safety, reducing bugs and improving code quality.
- React: Enables a component-based architecture, making the UI more modular and maintainable.
- shadcn-ui: Offers pre-built, customizable components, speeding up UI development.
- Tailwind CSS: Simplifies styling with utility-first CSS, making it easier to build responsive designs.
- Clone the repository:
git clone https://github.com/your-username/moniepoint-analytics.git cd monie-shop-analytics npm i npm run dev