This project contains the web client for the MongoDB Realm template application. The client allows you to:
- Sign up and log in as an Email/Password user
- Create, check off, and delete to-do items
⚛️ Create React App: This project was bootstrapped with Create React App.
The client allows you to connect using Realm's remote MongoDB queries.
To run the app locally, install its dependencies and then call the run script:
npm install
npm run start