Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucas-erkana/tasktracer
TaskTracer, an extravagant to-do list app designed for both Android and iOS, leverages React Native to deliver a luxurious and engaging task management experience.
https://github.com/lucas-erkana/tasktracer
Last synced: 5 days ago
JSON representation
TaskTracer, an extravagant to-do list app designed for both Android and iOS, leverages React Native to deliver a luxurious and engaging task management experience.
- Host: GitHub
- URL: https://github.com/lucas-erkana/tasktracer
- Owner: Lucas-Erkana
- License: mit
- Created: 2023-12-17T09:25:23.000Z (11 months ago)
- Default Branch: dev
- Last Pushed: 2023-12-17T14:04:30.000Z (11 months ago)
- Last Synced: 2024-10-12T09:49:12.375Z (about 1 month ago)
- Language: JavaScript
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TaskTracer - Lucas Erkana 🤘
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [ TaskTracer - Lucas Erkana 🤘](#-about-project-)
- [Live Demo](#live-demo)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [To get a local copy up and running, follow these steps.](#to-get-a-local-copy-up-and-running-follow-these-steps)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)TaskTracer is an extravagant to-do list app designed for both Android and iOS, leveraging React Native to deliver a luxurious and engaging task management experience.
### App Screenshot
![TaskTracer](#)## Live Demo
[Live demo link will be available soon](#)
This app is built with React Native.
Client
> - Elegant and user-friendly interface.
> - Customizable task categories with unique visual themes.
> - Interactive task completion animations.
> - Integrated mood and productivity tracking.
> - Smart task prioritization based on user preferences.
> - Social sharing and collaboration features.
## To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- A computer with npm (Node Package Manager).
- Basic understanding of React Native.
- Android Studio or Xcode for iOS and Android emulation.
### Setup
- Clone this repository to your desired folder:
```sh
git clone https://github.com/Lucas-Erkana/TaskTracer.git
```
- Navigate into the cloned folder
```sh
cd TaskTracer
```
### Install
- Install the project dependencies:
```sh
npm install
```
- Run the app on an emulator or physical device
```sh
npx react-native run-android
```
or
```sh
npx react-native run-ios
```
👤 **Lucas Erkana**
- GitHub: [@Lucask-Erkana](https://github.com/Lucas-Erkana)
- Twitter: [@Lucas_David_22](https://twitter.com/@Lucas_David_22)
- LinkedIn: [Lucas Erkana](https://www.linkedin.com/in/lucas-erkana/)
- Frontend Mentor - [@Lucask-Erkana](https://www.frontendmentor.io/profile/Lucas-Erkana)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Lucas-Erkana/TaskTracer/issues).
If you like this project, please leave a ⭐️
- Special thanks to @MadeWithMatt and his YouTube channel for their insightful tutorials and support in the React Native community.
> **How do I set up TaskTracer for personal use on my device?**
>
> After cloning and installing the project, you can run it using React Native commands. Make sure you have the necessary emulators (Android Studio or Xcode) to run the app on your chosen platform.
> **Can I contribute to the development of TaskTracer?**
>
> Absolutely! Feel free to fork the repository, make changes, and open a pull request. Check the issues page for known issues or feature requests.
This project is [MIT](./LICENSE) licensed.