2025-07-05 18:59:36 +02:00
# Minecraft Tools ⛏️
2025-07-05 10:28:22 +02:00
2025-07-05 18:59:36 +02:00
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.
2025-07-05 10:28:22 +02:00
2025-07-05 18:59:36 +02:00
## Features ✨
2025-07-05 10:28:22 +02:00
2025-07-05 18:59:36 +02:00
* **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.
2025-07-05 10:28:22 +02:00
2025-07-05 18:59:36 +02:00
## Installation 🚀
2025-07-05 10:28:22 +02:00
2025-07-05 18:59:36 +02:00
To get started with Minecraft Tools, follow these steps:
2025-07-05 10:28:22 +02:00
2025-07-05 18:59:36 +02:00
### Prerequisites ✅
2025-07-05 10:28:22 +02:00
2025-07-05 18:59:36 +02:00
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/ ](https://nodejs.org/ ).
2025-07-05 10:28:22 +02:00
2025-07-05 18:59:36 +02:00
### Steps 🪜
2025-07-05 10:28:22 +02:00
2025-07-05 18:59:36 +02:00
1. **Clone the repository:**
2025-07-05 10:28:22 +02:00
2025-07-05 18:59:36 +02:00
```bash
git clone https://code.kjelsrud.dev/sidski/minecraft-tools.git
```
2025-07-05 10:28:22 +02:00
2025-07-05 18:59:36 +02:00
2. **Navigate to the project directory:**
2025-07-05 10:28:22 +02:00
2025-07-05 18:59:36 +02:00
```bash
cd minecraft-tools
```
3. **Install dependencies:**
```bash
npm install
```
4. **Start the application:**
2025-07-05 10:28:22 +02:00
2025-07-05 18:59:36 +02:00
```bash
npx expo start
```
2025-07-05 10:28:22 +02:00
2025-07-05 18:59:36 +02:00
This command will provide options to open the app in a development build, Android emulator, iOS simulator, or Expo Go.
2025-07-05 10:28:22 +02:00
2025-07-05 18:59:36 +02:00
## Development 🛠️
2025-07-05 10:28:22 +02:00
2025-07-05 18:59:36 +02:00
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:
```bash
npm run reset-project
```
2025-07-05 10:28:22 +02:00
2025-07-05 18:59:36 +02:00
This command moves the starter code to the `app-example` directory and creates a blank `app` directory.
2025-07-05 10:28:22 +02:00
2025-07-05 18:59:36 +02:00
## License 📜
2025-07-05 10:28:22 +02:00
2025-07-05 18:59:36 +02:00
This project is licensed under the [MIT License ](LICENSE ).