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

Latest comments (0)