https://github.com/ilkaytech/cw_react_horoscope
https://github.com/ilkaytech/cw_react_horoscope
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ilkaytech/cw_react_horoscope
- Owner: ilkaytech
- Created: 2023-07-05T13:48:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-09T17:04:48.000Z (almost 3 years ago)
- Last Synced: 2025-01-14T07:53:47.741Z (over 1 year ago)
- Language: JavaScript
- Size: 64.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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