Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.03 KB

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