mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 04:22:18 +00:00
35 lines
984 B
Plaintext
35 lines
984 B
Plaintext
---
|
|
layout: tutorial
|
|
title: Build an ideas tracker with React
|
|
description: Learn to build a React app with no backend code using an Appwrite backend.
|
|
step: 1
|
|
difficulty: beginner
|
|
readtime: 10
|
|
framework: React
|
|
---
|
|
|
|
**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.
|
|
|
|
{% only_dark %}
|
|

|
|
{% /only_dark %}
|
|
{% only_light %}
|
|

|
|
{% /only_light %}
|
|
|
|
# Concepts {% #concepts %}
|
|
|
|
This tutorial will introduce the following concepts:
|
|
|
|
1. Setting up your first project
|
|
2. Authentication
|
|
3. Databases and collections
|
|
4. Queries and pagination
|
|
5. Storage
|
|
|
|
|
|
# Prerequisites {% #prerequisites %}
|
|
|
|
1. Basic knowledge of JavaScript and React.
|
|
2. Have [Node.js](https://nodejs.org/en) and [NPM](https://www.npmjs.com/) installed on your computer |