vmsiqueira / spa-universe

SPA application developed as part of the Explorer program by Rocketseat.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About   |    Technologies   |    Run locally   |    License   |    Develoepr

SPA Universe

πŸš€ SPA Universe

SPA Universe is a Single Page Application(SPA) which was developed as a part of the Explorer program by Rocketseat. The main idea is to apply the concepts learned about SPA applications and how they work. The application itself is quite simple, but the concepts applied made me understand more about the behavior of apps developed using front-end libraries and frameworks.

Functionalities

  • route navigation

πŸš€ Technologies

  • HTML5
  • CSS3
  • JavaScript (ESModules)

πŸ’» Run locally

  • clone this repo
  git clone git@github.com:vmsiqueira/spauniverse.git
  • access your project directory via terminal
  • install the dependencies
  npm install
  • run the application using the following command.
  npm start

βš–οΈ License

This project is under MIT License. Check the LICENSE file for more details.

🌐 Developer


linkedin


Made with πŸ’œ as part of my developer formation.

About

SPA application developed as part of the Explorer program by Rocketseat.

License:MIT License


Languages

Language:HTML 51.7%Language:CSS 35.7%Language:JavaScript 12.6%