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

https://github.com/ilkaytech/cw_react_horoscope


https://github.com/ilkaytech/cw_react_horoscope

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Project : Horoscope App

## Description

Project aims to create a horoscope app.

## Project Skeleton

```
Horoscope App(folder)
|
|----readme.md # Definition of the project
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.js
│ ├── App.scss
│ └── index.js

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

## Outcome

🔗 Horoscope App

![Horoscope App](./src/helpers/horoskop.gif)

## Objective

Creating a Horoscope Application using ReactJS

### At the end of the project, following topics are to be covered;

- HTML

- CSS

- SCSS

- JS

- ReactJS

### The purpose of the project;

- HTML & CSS-Developing coding skills in SCSS & JS & ReactJS

- use git commands (push, pull, commit, add etc.) and Github as Version Control System.