elvisvidal / last_launches_spacex

Get the latest launches from SpaceX (ReactJS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Last Launches SpaceX

Get the latest launches from SpaceX

Setup

To get the project up and running you gonna need:

  1. Install node.js https://nodejs.org/en/. I'm currently running it on node version: v14.16.0 npm version: 7.6.0.
  2. Run npm install to install all dependencies.
  3. Run npm start to run the application localhost.
  4. Open http://localhost:3000 to view it in the browser.

Technologies

I've decided to create this app using ReactJS because its is a well known library for building user interfaces, with a strong support and development community.

What is next?

TECH

  • Use webpack as a module bundler
  • Use Sass for more robuste and reusable styles

PRODUCT

  • Back button on details page for a better usability
  • Responsive
  • Page loading indicator

About

Get the latest launches from SpaceX (ReactJS)


Languages

Language:JavaScript 78.6%Language:CSS 11.5%Language:HTML 9.9%