Skip to content

Animated ReactJS/CSS/Rails visual representation of the solar system with information pop ups on planets and other objects

Notifications You must be signed in to change notification settings

TristanGrayCC/solarSystemProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

Solar System Project

Project Brief

My final project at CodeClan Edinburgh. We were tasked with creating our own product based on areas we wanted to learn about or review from the course.

Description

This is a rails back-end and react front-end full stack project. Focus was on efficiency using React JS and CSS. Most interesting part is probably the use of React to creat objects using my custom API, each of which is then animated using CSS animations. The solar system is interactive. You can use the drop down menus given or select the objects themselves to give pop-up information on them.

To Run Follow

Install Ruby 2.3.1 Install Postgres 9.6.1 Install Node.js 7.5.0

In skywalk folder:

  • rake db:create
  • rake db:seed
  • rails s -p 5000 In react folder:
  • npm install
  • npm start In react/client folder:
  • npm install
  • npm start

In browser:

About

Animated ReactJS/CSS/Rails visual representation of the solar system with information pop ups on planets and other objects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published