Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Zodiac Sign Calculator
Screenshot 2024-08-29 at 8 32 20 AM

## 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
```