Skip to content

joelm-code/rocket-maths

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astronaut from Rocket Maths

🚀 Rocket Maths

A beautiful way to learn mental maths, made by Joel.


🧑‍💻 Tech Stack

🗄 Folder Structure

    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

👩‍⚖️ License

Copyright © 2014-present Joel Mascarenhas. This source code is licensed under the MIT license found in the LICENSE file.


Made with ♥ by Joel Mascarenhas.

Releases

No releases published

Packages

No packages published