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.
- Host: GitHub
- URL: https://github.com/mateusfs99/planner-ui
- Owner: MateusFS99
- License: mit
- Created: 2024-07-12T03:09:04.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T02:52:20.000Z (almost 2 years ago)
- Last Synced: 2025-03-15T11:33:50.815Z (over 1 year ago)
- Topics: react-js, tailwind-css, typescript
- Language: TypeScript
- Homepage:
- Size: 189 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.