Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/furkan-dogu/horoscope-solution

This project includes a web application that provides information about horoscopes.
https://github.com/furkan-dogu/horoscope-solution

javascript mock-data react responsive sass yarn

Last synced: about 6 hours ago
JSON representation

This project includes a web application that provides information about horoscopes.

Awesome Lists containing this project

README

        

# Horoscope Solution



## About the Project

This project includes a web application that provides information about horoscopes.

## Table of Contents

- [How to Use](#how-to-use)
- [Features](#features)
- [Technologies](#technologies)
- [Project Skeleton](#project-skeleton)
- [Screenshots](#screenshots)

## Live Demo

[Horoscope Solution Demo](https://horoscope-solution.vercel.app/)

## How to Use

1. On the main page, select your birthdate and find your horoscope sign.
2. View personalized horoscope information for the selected sign.

## Features

- Determining the horoscope sign based on the birthdate.
- User-friendly interface.

## Technologies

The following technologies are used in this project:

- React.js
- Sass

## Project Skeleton

```
Horoscope Solution(folder)
|
|----readme.md
SOLUTION
├── public
│ └── index.html
├── src
│ ├── components
│ │ ├── main
│ │ │ ├── Main.jsx
│ │ │ ├── Card.jsx
│ │ │ └── Main.scss
│ │ ├── header
│ │ │ ├── Header.scss
│ │ │ └── Header.jsx
│ │ └── navbar
│ │ ├── Navbar.scss
│ │ └── Navbar.jsx
│ ├── helper
│ │ └── data.js
│ ├── App.jsx
│ ├── App.scss
│ └── index.jsx

├── package.json
└── yarn.lock
```

## Screenshots





## Compatibility

The project is compatible with both wide-screen computers and mobile devices.