1
0
Fork 0
No description
  • JavaScript 94.3%
  • CSS 5.2%
  • HTML 0.5%
Find a file
2026-03-27 19:30:51 +02:00
packages Upload uncommited 2026-03-27 19:30:51 +02:00
.env adding user auth 2024-09-19 23:16:26 +03:00
.gitignore first commit 2024-09-15 10:06:10 +03:00
package-lock.json Checkpoint - a lot of work was worked, a lot more left 2024-09-24 21:53:44 +03:00
package.json first commit 2024-09-15 10:06:10 +03:00
README.MD adding user auth 2024-09-19 23:16:26 +03:00

Basic To Do App

This is a toy app meant to demonstrate my ability to create full-stack solutions.

Will add more features soon!

Front end

React React Hook Form TailwindCSS Material Icons

Back end

Express.js joi Knex SQLite

Setup

I have provided a script to setup the packages and run the backend migrations:

npm run setup

After that is done you can run the application:

npm run dev

Go to localhost to see the results.