Skip to content

chuongCode/note-taker

Repository files navigation

Note-taker Platform

This is a small application where users save thoughts, ideas, and other information in the form of notes. Each note comes with a title and a main content body. Notes can be categorized under topics to help users categorize their thoughts. Host is: https://note-taker-beryl.vercel.app/ As of right now, the host is idle and inactive.

This is a T3 Stack project bootstrapped with create-t3-app.

Following in the great steps of Jack Herrington

To run on your own local machine:

Installation:

cd note-taker
npm install

Update with your own values:

cp .env.example .env

Running:

npm run db:push
npm run dev

About

Note-taking web application built using T3 Stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published