Skip to content

A todo website built using React, Typescript and Fastify

Notifications You must be signed in to change notification settings

dinizgab/Todo-It

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

ToDo-It

  • A fully responsive Tasklist with a CRUD and user Authentication, with the main purpose was to study the case in a fullstack enviroment and to implement an end to end application;

Technologies used:

  • Frontend:

    • React with Typescript;
    • React router;
    • Axios;
    • TailwindCSS;
  • Backend:

    • Fastify with Typescript;
    • JWT Tokens;
    • Prisma (With SQL);
    • Zod;

How to run it:

  • You can run it locally using npm and running the frontend and backend locally:
git clone https://github.com/dinizgab/Todo-It
cd Todo-It/web
npm install
npm run dev

// In other terminal
cd Todo-It/server
npm install
npm run dev

About

A todo website built using React, Typescript and Fastify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published