Skip to content

ztxy32/Habits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Habits

A simple habit tracker build with react during rocketseat's nlwSetup event.

Captura de tela de 2023-03-14 21-15-29

🗒️ Create and track new habits

Captura de tela de 2023-03-14 21-16-10

🚀 Technologies

🌎 Web

  • HTML5
  • TailwindCSS
  • ReactJS/TypeScript

📱 Mobile

  • Expo
  • TailwindCSS
  • React Native/TypeScript

🖥️ Back-end

  • NodeJs
  • Prisma
  • Fastify

🌟 Installing

To install web and mobile dependencies run

npm install

Setting up back-end

Create a .env file in your root folder with your favourite database as the following example:

DATABASE_URL=postgresql://janedoe:mypassword@localhost:26257/mydb?schema=public

Run

npx prisma migrate dev

Run the project

Web and Server

npm run dev

Mobile

npx expo start

About

A simple habit checker build with react during rocketseat's nlwSetup event

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors