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

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

React.js Frontend of Planner application.
https://github.com/mateusfs99/planner-ui

react-js tailwind-css typescript

Last synced: about 1 month ago
JSON representation

React.js Frontend of Planner application.

Awesome Lists containing this project

README

          


plann.er logo

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

## About 🎯

The planner-ui is responsible for providing the user interface for the Planner 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)

## 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/planner-ui.git
```
2. Navigate to the project directory:
```bash
cd planner-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.