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
- Host: GitHub
- URL: https://github.com/andresilveira1/in.orbit-web
- Owner: andresilveira1
- Created: 2024-09-12T21:50:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T21:29:27.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T06:08:12.533Z (over 1 year ago)
- Topics: radix-ui, react-hook-form, tanstack-react-query
- Language: TypeScript
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```