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

https://github.com/andresilveira1/in.orbit-web


https://github.com/andresilveira1/in.orbit-web

radix-ui react-hook-form tanstack-react-query

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

in.orbit

## Introduction

#### Project build with Vitejs, ReactJS and Typescript.

in.orbit has been developed at Next Level Week, a programming event from Rocketseat where we build a FullStack application in 5 hours with the best tools.

This application allow user to create and control goals over a week.

## Features

- Create a goal.
- Check when you completed a goal.
- Check summary of week goal.

### Some library that has used on develop.

- React hook form.
- Zod.
- Tanstack react-query.
- Tailwindcss.
- Dayjs.
- Radix-ui.

## For run

#### Clone the repository and install dependencies.

```bash
git clone https://github.com/andresilveira1/in.orbit-web.git

npm install
```

#### Run

```bash
npm run dev
```