An open API service indexing awesome lists of open source software.

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.

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

![React Native](https://img.shields.io/badge/react_native-0d1117.svg?style=for-the-badge&logo=react&logoColor=3E89CC)
![NPM](https://img.shields.io/badge/NPM-0d1117.svg?style=for-the-badge&logo=npm&logoColor=3E89CC)
![Typescript](https://img.shields.io/badge/typescript-0d1117.svg?style=for-the-badge&logo=typescript&logoColor=3E89CC)
![Expo](https://img.shields.io/badge/expo-0d1117?style=for-the-badge&logo=expo&logoColor=3E89CC)
![Javascript](https://img.shields.io/badge/javascript-0d1117.svg?style=for-the-badge&logo=javascript&logoColor=3E89CC)

---

### 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
```