Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kartikeyvaish/diary
- Owner: kartikeyvaish
- License: mit
- Created: 2022-05-10T09:51:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-21T07:13:26.000Z (over 2 years ago)
- Last Synced: 2024-11-10T00:29:06.104Z (3 months ago)
- Topics: animated, todo
- Language: TypeScript
- Homepage: https://github.com/kartikeyvaish/Diary
- Size: 162 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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