Skip to content

๐Ÿš€ Track your habits to build an awesome life.

Notifications You must be signed in to change notification settings

alexisveryreal/habitsz

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

59 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

habitsz

Github top language Repository size Github issues Github forks Github stars


๐ŸŽฏ About

Track your habits to build an awesome life.

image

๐Ÿš€ Technologies

This project was built with T3-stack.

๐Ÿ’ป Running Locally

Before starting ๐Ÿ, you need to have Git and Node installed.

# Clone this project
$ git clone https://github.com/vitorwlima/habitsz

# Access
$ cd habitsz

# Install dependencies
$ npm install

# Setup environment variables
$ cp .env.example .env

# Run the project
$ npm run dev

# The server will initialize in the <http://localhost:3000>

๐Ÿงฉ Contributing

# Fork the project by clicking on the Fork button on the top of this page

# Get the project running as described in the Running Locally section

# Create a feature branch based on the issue id
$ git checkout -b feature/issue-id

# Commit your changes following https://www.conventionalcommits.org/en/v1.0.0/
$ git commit -m "feat: add a new feature"

# Push your branch
$ git push origin feature/issue-id

# Open a pull request to "main" with a description of your work

About

๐Ÿš€ Track your habits to build an awesome life.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.0%
  • JavaScript 2.3%
  • Shell 1.9%
  • CSS 0.8%