A React project developed at the end of Section 2 on Front-end Development Module of Trybe Web Development course, where i develop a simple static React page by using components.
- Develop a basic React application
- Create and reuse React components
-
Clone this repository to your machine, inside your terminal type:
git clone git@github.com:KeplerLeo/solar-system.git
-
Access the repository folder:
cd solar-system -
Install the dependencies:
npm install
-
Run the application:
npm start
-
Access the application through the link:
http://localhost:3000/
- HTML5
- CSS3
- JavaScript ES6+
- React