This Todo List Expo App is built with the new file based routing by Expo Router. It includes two main screens - the Todos screen and the Categories screen.
The Todos screen displays all of the current todos that have been created. Users can add new todos and assign them to a category. The Todos can be filtered based on categories, date and status i.e. completed and pending.
The Categories screen shows all of the categories available to the user. Users can add, edit and delete categories.
To use this app, follow the steps below:
- Clone the repository to your local machine.
- Install the dependencies by running the following command:
npm install
- Run the app by executing the following command:
npm start
- This will open the Expo Developer Tools in your default browser. You can then launch the app on your iOS or Android device or emulator.
- If you want to run the app in the web version, click on "Run in web browser" option from the Expo Developer Tools.
This app is compatible with iOS, Android and Web platforms as it is an Expo app.