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

https://github.com/mateusfs99/inorbit-ui

React.js Frontend of In.Orbit application.
https://github.com/mateusfs99/inorbit-ui

radix-ui react-js tailwind-css typescript zod-validators

Last synced: 2 months ago
JSON representation

React.js Frontend of In.Orbit application.

Awesome Lists containing this project

README

          


in.orbit logo

This is the frontend of the InOrbit application, developed with React and TypeScript, using Vite for the build tool.

## About 🎯

The inorbit-ui is responsible for providing the user interface for the InOrbit application with an intuitive and responsive web application.

## Technologies 💻

- [React](https://reactjs.org)
- [TypeScript](https://www.typescriptlang.org)
- [Vite](https://vitejs.dev)
- [Tailwind CSS](https://tailwindcss.com)
- [Zod](https://zod.dev)
- [Radix-ui](https://www.radix-ui.com/)

## Installation 🛠

Follow the steps below to set up and run the project locally.

### Steps

1. Clone the repository:
```bash
git clone https://github.com/MateusFS99/inorbit-ui.git
```
2. Navigate to the project directory:
```bash
cd inorbit-ui
```
3. Install the dependencies:
```bash
npm install
```
4. Start the server:
```bash
npm run dev
```

## License ®️

This project is under the MIT license. Consult the [LICENSE](LICENSE) for details.