Skip to content

Cuby-Project/Cuby-mobile-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 

Repository files navigation

📱 Cuby Mobile App

GitHub stars GitHub forks GitHub issues GitHub last commit

📝 Description

Cuby Mobile App is the mobile version of the Cuby ecosystem, built with React, TypeScript, and Vite. This application brings the power of Cuby to mobile devices, offering a seamless experience for Rubik's Cube enthusiasts on the go.

🔗 Related Projects

✨ Features

  • 📱 Mobile-first design
  • ⏱️ Timer functionality
  • 🔄 Scramble generator
  • 📊 Statistics tracking
  • 🎯 Multiple cube support
  • 🤖 Auto-solve feature (coming soon)

🚀 Getting Started

🔧 Prerequisites

  • Node.js 16+
  • npm or yarn
  • React Native development environment

🛠️ Installation

  1. Clone the repository:
git clone https://github.com/Cuby-Project/Cuby-mobile-app.git
  1. Install dependencies:
npm install
# or
yarn install
  1. Start the development server:
npm run dev
# or
yarn dev

🛠️ Development

ESLint Configuration

// eslint.config.js
import react from 'eslint-plugin-react'

export default tseslint.config({
  settings: { react: { version: '18.3' } },
  plugins: {
    react,
  },
  rules: {
    ...react.configs.recommended.rules,
    ...react.configs['jsx-runtime'].rules,
  },
})

🤝 Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

📞 Support

About

Cuby mobile application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors