Skip to content

This is ToTo, the average to do app. Created for my portfolio, but has a lot of useful functionality and examples.

Notifications You must be signed in to change notification settings

csharpseth/toto-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToTo - A ToDo App With React Native

This is ToTo, your average to do app. Created for my portfolio, but has a lot of useful functionality and examples.

Screenshots:

Prerequisites:

In order to launch this application first create an 'ignore.js' file that exports a LOCAL_ADDRESS variable like so:

  export const LOCAL_ADDRESS = 'YOUR LOCAL IP HERE'

Next, you will need to run the following command in both the 'Frontend' & 'Backend' folders:

  npm install

Now you can either install the ExpoGo app on your phone or use an emulator to run the app. I went with ExpoGo on my iPhone SE

Execution

Finally, we can run the application start by opening the 'Backend' directory in a command line and running:

  npm run dev

Next go into the 'Frontend' directory in a separate command line and running:

  npm start

Now You should be able to scan the QR code on your phone or follow the other procedures it gives you to run an emulator.

About

This is ToTo, the average to do app. Created for my portfolio, but has a lot of useful functionality and examples.

Topics

Resources

Stars

Watchers

Forks