Build an ideas tracker with React - Docs - Appwrite

1

Introduction

Idea tracker: an app to track all the side project ideas that you'll start, but probably never finish. In this tutorial, you will build Idea tracker with Appwrite and React.

Create project screen

Create project screen

Concepts

This tutorial will introduce the following concepts:

  1. Setting up your first project
  2. Authentication
  3. Databases and tables
  4. Queries and pagination

Prerequisites

  1. Basic knowledge of JavaScript and React.
  2. Have Node.js and NPM installed on your computer

Step 2: Create app

Was this page helpful?