https://github.com/alexandredresch/habits-web
https://github.com/alexandredresch/habits-web
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexandredresch/habits-web
- Owner: AlexandreDresch
- Created: 2023-02-04T02:38:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-17T18:50:14.000Z (about 3 years ago)
- Last Synced: 2025-01-08T09:26:26.865Z (over 1 year ago)
- Language: TypeScript
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Habits

## An application to keep you up to date with your habits.
## Starting the project
Use **npm install** to install project dependencies.
Then start the project.
```cl
npm run dev
```
## Features
- [ ] Lists all habits (completed or not) up to the current date;
- [ ] Create new habits;
- [ ] Lists complete habits when clicking on a day;
- [ ] It does not allow marking habits from past days as completed;
## Technologies
- [ ] React JS;
- [ ] Typescript;
- [ ] Radix UI;
- [ ] Phosphor Icons;
- [ ] Axios;
- [ ] Dayjs;
- [ ] React Loader Spinner;
- [ ] Vite;
- [ ] Tailwind CSS;