Skip to content

Tasktastic is a simple note-taking app where users can create, update, and delete notes, all within their own accounts.

Notifications You must be signed in to change notification settings

Cadhig/Tasktastic

Repository files navigation

Tasktastic

Tasktastic is a simple note-taking app where users can create, update, and delete notes, all within their own accounts.

image

Tech Used

  • Frontend: React, TypeScript, TailwindCSS
  • Backend: Node, Express.js, express-session
  • Database: PostgreSQL

Getting Started

To run this project locally:

  • Clone this repo
  • Run npm install in root directory
  • Open Postgres, run \i db/schema.sql in root directory
  • Seed the database, run node seeds/index.js in root directory
  • Open two terminals, run npm run dev in one, and npm start in another.

Deployed version coming soon

Future Development

  • Deploy using Docker and Railway
  • Improve UI
  • Auto-save
  • Text editor features (such as bold and italicize)

Legacy

This app is a remake of an older project, instead of using just JavaScript, this version converts it to React.
Check out the legacy version here

About

Tasktastic is a simple note-taking app where users can create, update, and delete notes, all within their own accounts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published