https://github.com/mouracamila/components
https://github.com/mouracamila/components
circleprogress react tailwind-css tailwindcss typescript
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mouracamila/components
- Owner: mouracamila
- Created: 2022-12-07T17:08:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T10:57:48.000Z (about 3 years ago)
- Last Synced: 2025-02-09T04:28:07.526Z (about 1 year ago)
- Topics: circleprogress, react, tailwind-css, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 624 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Components
## Introduction
This repository has some components made with [React](https://reactjs.org/) + [TypeScript](https://www.typescriptlang.org/) and [tailwindcss](https://tailwindcss.com/).
**These project are hosted on this page: https://mouracamila.github.io/components/**
### Circle Progress

## How to use
1. Clone this Repository:
`$ git@github.com:mouracamila/components.git`
2. Installing dependencies:
`$ yarn`
3. Running project:
`$ yarn start`
##### Obs: **Yarn** should be run where **package.json** is in your project
#### After running the project, in your terminal, this message should be displayed:
Compiled successfully!
You can now view my-app in the browser.
Local:http://localhost:3000
Done!
## License
This project is under license from [MIT](https://en.wikipedia.org/wiki/MIT_License).
---
with ❤ - [MouraCamila](https://github.com/mouracamila)