Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dinxsh/minotes
minimalistic note taking app [WIP]
https://github.com/dinxsh/minotes
app expo javascript note-taking productivity react-native
Last synced: 12 days ago
JSON representation
minimalistic note taking app [WIP]
- Host: GitHub
- URL: https://github.com/dinxsh/minotes
- Owner: dinxsh
- Created: 2024-05-07T12:13:48.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T11:11:27.000Z (5 months ago)
- Last Synced: 2024-11-08T01:26:46.809Z (2 months ago)
- Topics: app, expo, javascript, note-taking, productivity, react-native
- Language: JavaScript
- Homepage:
- Size: 12.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minotes 📱
Minotes is a minimalist productivity app built with React Native and Expo, designed for efficient note-taking and task management. It offers a clean, user-friendly interface to help you stay organized and focused.
## Features
- **Note Taking:** Create, edit, and delete notes effortlessly.
- **Task Management:** Add, complete, and track tasks with ease.
- **Synchronization:** Sync your notes and tasks across devices.
- **Dark Mode:** Switch between light and dark themes for comfort.## Getting Started
1. **Install Expo CLI:**
```bash
npm install -g expo-cli
```## Clone the repository:
```git clone https://github.com/dinxsh/minotes.git```
## Install dependencies:
```cd minotes
npm install
```## Start the project:
```expo start```
## Contributing
Contributions are welcome! Please read our Contributing Guide for more information on how to get started.## License
Minotes is released under the MIT License. See LICENSE for details. ```