Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kartikeyvaish/diary

ToDo and task remembering app. Not just a simple CRUD app. It includes animations and other high level performance boosts.
https://github.com/kartikeyvaish/diary

animated todo

Last synced: about 1 month ago
JSON representation

ToDo and task remembering app. Not just a simple CRUD app. It includes animations and other high level performance boosts.

Awesome Lists containing this project

README

        

# Diary



ToDo and task remembering app. Not just a simple CRUD app. It includes animations and other high level performance boosts.

## Features

- You can store things which you want to remember.
- Just open the app and start storing things..

## ✨ App Preview



## Development Setup

To set up Diary for development, you need to follow the steps mentioned below:

- Install [Node](https://nodejs.org/en/)

### Step 1: Install Node.js from the [Node.js official website](https://nodejs.org/en/).

During the developement process, I used node version v14.17.4. You can check your node version by running the following command:

```shell
node -v
```

### Step 2: Setup [React Native](https://reactnative.dev/docs/environment-setup) environment.

Follow the steps mentioned in the official documentation to setup the environment.

### Step 3: Clone the repository

git clone https://github.com/kartikeyvaish/Diary

### Step 4: Install dependencies

cd Diary

npm install

### Step 5: Running the application

Connect a physical device or an emulator to your computer. You can read more about connecting to a
physical device or emulator [here](https://reactnative.dev/docs/running-on-device).

After this process is completed, just run

expo start