Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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-do

npm 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)