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.
- Host: GitHub
- URL: https://github.com/mateusfs99/inorbit-ui
- Owner: MateusFS99
- License: mit
- Created: 2024-09-12T01:05:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-14T21:23:45.000Z (over 1 year ago)
- Last Synced: 2025-01-22T10:14:47.324Z (about 1 year ago)
- Topics: radix-ui, react-js, tailwind-css, typescript, zod-validators
- Language: TypeScript
- Homepage:
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.