Todo App

by box-community

1 stars
355 downloads
Not rated
GitHub

About

This app was built completely with cursor using the Box MCP server to find a PRD and coding guidelines.

Details

Author
box-community
GitHub stars
1
Downloads
355
Categories
Productivity, Project Management

- User authentication (signup, login)
- Task list creation and management
- Task creation with name, description, due date, and priority
- Mark tasks as completed
- Delete tasks and lists
- Cross-platform (iOS & Android)

Set up the API and mobile app separately. Install dependencies with npm install in both api/ and mobile-app/ directories, configure environment variables (MONGODB_URI, JWT_SECRET, EXPO_PUBLIC_API_URL), then start the API server with npm run dev and the mobile app with npm start. Use Expo CLI and a simulator or physical device to run the app.

Todo App

A comprehensive todo application with a React Native mobile app and a Node.js/Express backend API. This
file was built using Cursor and the Box MCP server. No code was manually written.

In Cursor, we searched Box for the Product Requirements Document (PRD) and for Coding Standards, and asked
Cursor to build the app decribed in the PRD being sure to follow the coding standards. To see the documents
we used in Box, check out the /sample-docs directory.

In order to prevent cheating the PRD or guidelines to make the build easier, I used the following
publicly available examples:
PRD from Damian Filiatrault at ScalablePath.
Coding standards download from Google's Github

Project Structure

- /mobile-app - React Native mobile application with Expo
- /api - Node.js/Express backend API with TypeScript

Features

- User authentication (signup, login)
- Task list creation and management
- Task creation with name, description, due date, and priority
- Mark tasks as completed
- Delete tasks and lists
- Cross-platform (iOS & Android)

Technology Stack

Mobile App

- React Native with Expo - TypeScript - Redux Toolkit for state management - Expo Router for navigation - React Native Safe Area Context for safe area handling

Backend API

- Node.js with Express - TypeScript - MongoDB with Mongoose - JWT authentication - Express Validator for request validation

Setup Instructions

Prerequisites

- Node.js 18+ - MongoDB - Expo CLI (npm install -g expo-cli) - iOS Simulator (for iOS development) - Android Studio with an emulator (for Android development)

Mobile App Setup

```bash
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.