This project is a simple todo list. You can add a new task, delete a task, specify whether a task is done or not and change the display mode (dark or light). No frameworks UI like Bootstrap or Material UI are used.
Backend project is here: 👉 Backend
Be sure, you have installed all dependencies and applications to run React Native project on your computer : Getting Started with React.
Clone this repository:
git clone https://github.com/Remi-deronzier/todo-list-frontend.git
cd todo-list-frontend
Install packages:
yarn install
When installation is complete, launch the project:
yarn start