https://github.com/monicatvera/planets
web pages about the solar system
https://github.com/monicatvera/planets
hacktoberfest interative javascript live planets react reactjs solar-system styled-components ui ux-design
Last synced: 4 months ago
JSON representation
web pages about the solar system
- Host: GitHub
- URL: https://github.com/monicatvera/planets
- Owner: monicatvera
- Created: 2023-03-11T19:38:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T15:32:19.000Z (over 3 years ago)
- Last Synced: 2025-04-11T19:11:47.359Z (about 1 year ago)
- Topics: hacktoberfest, interative, javascript, live, planets, react, reactjs, solar-system, styled-components, ui, ux-design
- Language: JavaScript
- Homepage: https://monicatvera.github.io/planets/
- Size: 1.96 MB
- Stars: 56
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# THE PLANETS ๐ช๐๐
A web about the planets in which you will find quite interesting information about them.
## Built With ๐ ๏ธ
* [Visual Studio Code](https://code.visualstudio.com/) - Install it if you want to edit this project frontend with Visual Studio Code editor.
* [React](https://es.reactjs.org/) - framework javascript
* [Style Component](https://styled-components.com/) - framework css and js
# Demo โถ๏ธ
visualization of the project working
[โถ๏ธclick me](https://monicatvera.github.io/planets/)
# Prerequisites โ
You need a working environment with:
* [Git](https://git-scm.com) - You can install it from https://git-scm.com/downloads.
# Installation ๐ฅ
The best option to start with this project is cloning it in your PC:
```
git clone https://github.com/monicatvera/planets.git
```
Once you have cloned the project install all dependencies.
```
npm install
```
### Run
To start the project we must do the following:
```
npm start
```
We would already have the fully functional application.