TodoApp is an application created with React Native Expo with the main goal of practicing and improving my skills in React Native. This project is under development and will be updated with new features and functionalities as I progress.
You can clone this repository
[email protected]:Diana-Camz/ToDoApp.git
Navigate to the projecto directory:
cd ToDoApp
Install dependencies:
npm install
Run the backend server with
npm run dev
And run the frontend application with
npx expo start
Clone .env.template file to .env and add your environment variables
- React Native: Framework for mobile app development.
- Expo: Tool to simplify the development and distribution of React Native apps.
- React Navigation: Library for handling navigation within the application.
- Initial setup with Expo and React Navigation.
- Basic design of navigation screens.
- Foundation for future functionalities such as task management.