/spa-universe

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

Primary LanguageHTMLMIT LicenseMIT

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.