Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jane-does-coding/zodiac-sign-calculator
https://github.com/jane-does-coding/zodiac-sign-calculator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jane-does-coding/zodiac-sign-calculator
- Owner: jane-does-coding
- Created: 2024-06-24T20:21:46.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T14:33:03.000Z (4 months ago)
- Last Synced: 2024-08-29T16:15:19.416Z (4 months ago)
- Language: JavaScript
- Homepage: https://zodiac-sign-calculator.vercel.app
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zodiac Sign Calculator
## Technologies used
[![Technologies](https://skillicons.dev/icons?i=ts,tailwind,nextjs,react,github,vite)](https://skillicons.dev)
## Demo
[Zodiacs - Live Demo](https://zodiac-sign-calculator.vercel.app/)
## Run Locally
Clone the project
```bash
git clone https://github.com/jane-does-coding/zodiac-sign-calculator
```Go to the project directory
```bash
cd my-project
```Install dependencies
```bash
npm i
```Run
```bash
npm run dev
```