A beautiful way to learn mental maths, made by Joel.
- React - Framework
- Chakra UI - Component Library
- Framer Motion - Animation Library
frontend
└── src #Source Folder
│
├── assets # Images used in the project
│
├── components # Custom Components
│ ├── Card - Card with header and action
│ ├── Keypad - Keypad with custom color and event listeners
│ └── Navbar - Topbar used across the app (Needs to be renamed)
│
├── layout # Layouts
│ └── MainLayout - Main Layout used across most pages
│
├── logic # Logic to generate questions and check answers dynamically
│
├── pages # Pages
│ ├── Calculator - Main Game page
│ │ └── index.jsx
│ ├── Home.jsx - Home page
│ ├── Levels.jsx - Level selection page
│ └── Login.jsx - Authentication Page (Needs to be updated)
│
├── App.js
└── index.js
Copyright © 2014-present Joel Mascarenhas. This source code is licensed under the MIT license found in the LICENSE file.
Made with ♥ by Joel Mascarenhas.