https://github.com/sanchitbajaj02/simple-todo
A react native todo app
https://github.com/sanchitbajaj02/simple-todo
Last synced: 3 months ago
JSON representation
A react native todo app
- Host: GitHub
- URL: https://github.com/sanchitbajaj02/simple-todo
- Owner: Sanchitbajaj02
- Created: 2021-07-11T04:39:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-30T08:10:53.000Z (over 3 years ago)
- Last Synced: 2025-02-12T10:33:23.282Z (5 months ago)
- Language: JavaScript
- Size: 2.19 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo React Native
This is my first project on react native using expo cli. It is a simple todo list application which saves the notes until it maintains the state.
## Steps for installation
> Nodejs and npm should be installed in the system
### expo cli required to run the application
```
npm install -g expo-cli
```### clone the repository and open terminal in it and type this command.
```
npm install --save
npm start
```## Output
![]()