https://github.com/cesarcanoff/doit-mobile-app
Have you ever wanted an uncomplicated way to keep your daily tasks under control? Introducing Do It, an intuitive and efficient designed to simplify your everyday life.
https://github.com/cesarcanoff/doit-mobile-app
expo javascript offline-app react-native react-nav realmdb stylesheets to-do-app typescript
Last synced: 3 months ago
JSON representation
Have you ever wanted an uncomplicated way to keep your daily tasks under control? Introducing Do It, an intuitive and efficient designed to simplify your everyday life.
- Host: GitHub
- URL: https://github.com/cesarcanoff/doit-mobile-app
- Owner: CesarCanoff
- License: mit
- Created: 2024-01-20T05:05:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-31T15:44:22.000Z (about 1 year ago)
- Last Synced: 2025-01-12T20:43:38.209Z (4 months ago)
- Topics: expo, javascript, offline-app, react-native, react-nav, realmdb, stylesheets, to-do-app, typescript
- Language: TypeScript
- Homepage:
- Size: 292 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Have you ever wanted an uncomplicated way to keep your daily tasks under control? Introducing Do It, an intuitive and efficient designed to simplify your everyday life.
📚 Technologies




---
### Installation Guide (Linux and Windows)
#### Prerequisites
- Before you begin, ensure you have the following prerequisites installed:
- Node.js and npm: You can download and install them from the official Node.js website: Node.js
- Expo CLI: Install Expo CLI globally using npm:
```bash
npm install -g expo-cli
```1. Clone the repository:
Open your terminal (Command Prompt for Windows) and execute the following command to clone the Do It repository:
```bash
git clone [email protected]:CesarCanoff/doit-mobile-app.git
```2. Navigate to the app directory:
Change to the Do It directory that you just cloned:
```bash
git clone [email protected]:CesarCanoff/doit-mobile-app.git
```3. Install dependencies:
Use npm to install all the app's dependencies. This may take some time depending on the project's size:
```bash
npm install
```
4. Start the app with Expo:
After the dependencies are successfully installed, you can start the Do It using Expo Go. Run the following command:
```bash
npx expo start
```