A WEB application Empowering people by providing high-performance through habit trackers made with React JS, Vite, TypeScript, Radix, and Tailwind CSS, delivering a seamless and responsive user experience.
GitHub Pages
https://diegojfcampos.github.io/web_habit_helper/
- React JS
- Typescript
- Vite
- Tailwindcss
- Radix-ui
- Zod
npm install
"dependencies": {
"@radix-ui/react-checkbox": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-popover": "^1.0.5",
"axios": "^1.4.0",
"clsx": "^1.2.1",
"dayjs": "^1.11.7",
"phosphor-react": "^1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.1",
"typescript": "^4.9.3",
"vite": "^4.2.0"
}
Clone the project
git clone https://github.com/diegojfcampos/web_habit_helper.git
Go to the project directory
cd web_habit_helper
Install dependencies
npm install
Start the server
npm run start