An open API service indexing awesome lists of open source software.

https://github.com/alexandredresch/habits-web


https://github.com/alexandredresch/habits-web

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

          


Habits

![cover](.github/habits.png?style=flat)

## 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;