DEV Community

Kithmini
Kithmini

Posted on

Tik Tik ToDo🌺 πŸƒ

Overview of My Submission:

Hello.πŸ‘‹

Actually I am new to appwrite. So had to educate my self on how appwrite works and make sure that I have understood all the concepts.😎🚩

Was busy with my studies, so couldn't create a big application using appwrite. But I created a simple ToDo application with AppWrite and React Native.πŸ™‚

To Run the Project

You guys also can run this web app on your machine too.❀️

Now run the following commands and you should be good to go πŸ’ͺ🏼

$ npm install
Enter fullscreen mode Exit fullscreen mode

For iOS devices you'll need to link the relevant CocoaPods.
From the /ios directory run:

pod install
Enter fullscreen mode Exit fullscreen mode

To run on Android:

$ npx react-native run-android

Enter fullscreen mode Exit fullscreen mode

To run on iOS:

$ npx react-native run-ios
Enter fullscreen mode Exit fullscreen mode

Submission Category:

Wacky Wildcards

Link to Code

GitHub logo kithminiii / TikTik-ToDo

ToDo App for Dev + Appwrite Hackathon 2022

TikTik-ToDo

Built with Appwrite

Image description

To Run the Project

Now run the following commands and you should be good to go πŸ’ͺ🏼

$ npm install

For iOS devices you'll need to link the relevant CocoaPods. From the /ios directory run:

pod install

To run on Android:

$ npx react-native run-android

To run on iOS:

$ npx react-native run-ios
Happy Coding! β˜•β€‹πŸŒ±β€‹
Enter fullscreen mode Exit fullscreen mode

Top comments (0)