Files
website/src/routes/docs/tutorials/sveltekit/step-1/+page.markdoc
2024-04-07 16:42:15 -04:00

33 lines
965 B
Plaintext

---
layout: tutorial
title: Build an ideas tracker with SvelteKit
description: Build a SvelteKit project using Appwrite.
step: 1
difficulty: beginner
readtime: 10
framework: SvelteKit
category: Web
---
**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 SvelteKit.
{% only_dark %}
![Create project screen](/images/docs/tutorials/dark/idea-tracker.png)
{% /only_dark %}
{% only_light %}
![Create project screen](/images/docs/tutorials/idea-tracker.png)
{% /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
# Prerequisites {% #prerequisites %}
1. Basic knowledge of JavaScript and Svelte.
2. Have [Node.js](https://nodejs.org/en) and [NPM](https://www.npmjs.com/) installed on your computer