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

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

Awesome Lists containing this project

README

          

# THE PLANETS ๐Ÿช๐ŸŒ๐ŸŒŒ

A web about the planets in which you will find quite interesting information about them.



author

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