About • Layout • How to use • Tech Stack • Autor • License
In this challenge, it was requested to create a basic SPA application.
The page should display 3 diferents pages but changing the default routes from each page link.
It wasen't a requirement, but as a extra mile I added a 404 page not found and implment the responsivity to mobile
I had the oportunity to practice and study:
- Manipulate DOM with some window elements;
- Build Classes;
- Using fetch() and .then() - as a basic API;
- Callbacks functions;
- ES6 Modules.
Just access the link bellow or you can have a better experience using lite-server (node js).
Before you begin, you will need to have the following tools installed on your machine: Git, Node.js.
# Clone this repository
$ git clone https://github.com/Dan-Padovani/Explorer_projeto07_SPA_Universe.git
# Acess the project folder cmd/terminal
$ cd Explorer_projeto07_SPA_Universe.git
# Install the dependencies
$ npm install lite-server
# Run the application
$ npm start
# The server will start at port:3000 - in your browse acess <http://localhost:3000>
Made with 💖 by Daniel Padovani 👋 Entre em contato!
This project is under the MIT license. See the LICENSE for more information.