https://github.com/mohamed-rabie-abdelhameed/tik
https://github.com/mohamed-rabie-abdelhameed/tik
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohamed-rabie-abdelhameed/tik
- Owner: Mohamed-Rabie-Abdelhameed
- Created: 2023-10-14T15:10:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-14T16:15:34.000Z (over 1 year ago)
- Last Synced: 2025-01-23T18:46:40.538Z (5 months ago)
- Language: JavaScript
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native To-Do List App
A modern and simple to-do list app built using React Native.
## Features
- Create, manage, and delete to-do tasks.
- Organize tasks by creating and managing groups.
- User-friendly and minimalistic user interface.
- Modern design with black, white, and gray shades.## Screenshots
![]()
![]()
![]()
## Getting Started
Follow the steps below to set up and run the project on your local machine.
### Prerequisites
- Node.js and npm installed on your machine.
- A working development environment for React Native. If not, you can follow the official React Native documentation to set it up.### Installation
1. Clone the repository to your local machine:
```bash
git clone https://github.com/Mohamed-Rabie-Abdelhameed/Tik.git
```2. Change to the project directory:
```bash
cd Tik
```3. Install the project dependencies:
```bash
npm install
```### Usage
1. Start the development server:
```bash
npm start
```2. Run the app on your Android or iOS emulator or device:
```bash
npm run android
# or
npm run ios
```3. You should now see the app running on your emulator or device.
## Customization
- You can customize the app's color theme by modifying the color variables in the source code.
## Contributing
Contributions are welcome. If you'd like to contribute to the project, please follow these steps:
1. Fork the repository on GitHub.
2. Clone your fork to your local machine.
3. Create a new branch for your feature or bug fix.
4. Make your changes, and test if necessary.
5. Commit your changes.
6. Push your changes to your GitHub fork.
7. Submit a pull request to the main repository.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgments
- [React Native](https://reactnative.dev/)
- [React Navigation](https://reactnavigation.org/)
- [Firebase](https://firebase.google.com/)## Contact
For any questions or feedback, please feel free to contact us at [email protected].
---