Skip to content

fkrein1/habits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Habits Tracker App

Create new habits and keep track of your progress!

  • Web: React, Typescript, Vite, Tailwind CSS
  • Mobile: React Native, Expo, NativeWind, Typescript
  • Server: Node, Fastify, Prisma, Typescript, SQLite, Zod

To run locally clone the repository and run:

$ cd server && npm run dev
$ cd web && npm run dev
$ cd mobile && npm start