Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axendeveloper/react-native-basic-to-do
To do list with a start date, an end option, and an option to delete.
https://github.com/axendeveloper/react-native-basic-to-do
react-native todolist typescript
Last synced: 24 days ago
JSON representation
To do list with a start date, an end option, and an option to delete.
- Host: GitHub
- URL: https://github.com/axendeveloper/react-native-basic-to-do
- Owner: aXenDeveloper
- License: mit
- Created: 2021-04-23T12:52:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-03T08:49:09.000Z (over 3 years ago)
- Last Synced: 2024-10-26T23:49:41.889Z (2 months ago)
- Topics: react-native, todolist, typescript
- Language: TypeScript
- Homepage:
- Size: 845 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# (React Native) Basic To Do List
Project for completing the course for studies.
## 🧰 Install
Use commands:
```
git clone https://github.com/aXenDeveloper/react-native-basic-to-donpm i
npm start // if you want expo start
npm run android // if you want run on Android
npm run ios // if you want run on IOS
npm run web // if you want run on Web
```## 📂 Packages
| Packages | Description |
| ------------------------------------------------------------ | ------------------------------------------- |
| [React Native](https://reactnative.dev/) | Native apps for Android and iOS using React |
| [Typescript](https://www.typescriptlang.org/) | Types in JavaScript |
| [Styled components](https://styled-components.com/) | Style in JS |
| [uuid](https://www.npmjs.com/package/uuid) | Create a random UUID |
| [expo-font](https://docs.expo.io/guides/using-custom-fonts/) | Fonts for expo |
| [Font Awesome](https://fontawesome.com/) | Icons |## 📷 Graphics
![1](https://raw.githubusercontent.com/aXenDeveloper/react-native-basic-to-do/main/screenshots/1.png)
![2](https://raw.githubusercontent.com/aXenDeveloper/react-native-basic-to-do/main/screenshots/2.png)
![3](https://raw.githubusercontent.com/aXenDeveloper/react-native-basic-to-do/main/screenshots/3.png)
![4](https://raw.githubusercontent.com/aXenDeveloper/react-native-basic-to-do/main/screenshots/4.png)