DEV Community

 

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)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git