Vibecoded react-native app just for fun
Find a file
SindreKjelsrud 2b6c057500
chore: Update README
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
2025-07-05 19:01:44 +02:00
.vscode Initial commit 2025-07-05 12:42:21 +02:00
app chore: Replace urls with saved images 2025-07-05 18:49:12 +02:00
assets chore: Replace urls with saved images 2025-07-05 18:49:12 +02:00
.gitignore Initial commit 2025-07-05 12:42:21 +02:00
app.json feat: Add Minecraft font 2025-07-05 14:09:52 +02:00
eslint.config.js Initial commit 2025-07-05 12:42:21 +02:00
LICENSE feat: Add license 2025-07-05 19:00:06 +02:00
package-lock.json feat: Add Saved Coordinates 2025-07-05 17:55:50 +02:00
package.json feat: Add Saved Coordinates 2025-07-05 17:55:50 +02:00
README.md chore: Update README 2025-07-05 19:01:44 +02:00
tsconfig.json Initial commit 2025-07-05 12:42:21 +02:00

Minecraft Tools ⛏️

See demo here

A mobile application built with Expo, providing essential tools for Minecraft players. This app includes a Nether portal calculator, a to-do list, a coordinate saver, and an MOTD creator.

Features

  • Nether Portal Calculator: Calculate precise Nether portal coordinates based on Overworld locations.
  • To-Do List: Manage in-game tasks and objectives.
  • Coordinate Saver: Save and retrieve important in-game coordinates with custom names.
  • MOTD Creator: Generate formatted Messages of the Day for Minecraft servers.

Installation 🚀

To get started with Minecraft Tools, follow these steps:

Prerequisites

Ensure you have Node.js and npm installed on your system. If not, download and install them from the official Node.js website: https://nodejs.org/.

Steps 🪜

  1. Clone the repository:

    git clone https://code.kjelsrud.dev/sidski/minecraft-tools.git
    
  2. Navigate to the project directory:

    cd minecraft-tools
    
  3. Install dependencies:

    npm install
    
  4. Start the application:

    npx expo start
    

    This command will provide options to open the app in a development build, Android emulator, iOS simulator, or Expo Go.

Development 🛠️

The project uses file-based routing. You can start developing by editing the files inside the app directory.

Reset Project 🧹

To reset the project to a blank state, run:

npm run reset-project

This command moves the starter code to the app-example directory and creates a blank app directory.

License 📜

This project is licensed under the MIT License.