An informative, responsive website about the planets in our solar system. It's one of my first React projects; the aim was to get more familiar with React and put my newly acquired knowledge into practice. It was interesting to learn how to render different components and data on one page, instead of navigating to separate HTML pages.
- HTML
- CSS
- React
Clone
$ git clone https://github.com/denisehung/planets-fact-site-react.git
Launch
$ cd planets-fact-site-react
$ npm install
$ npm start