The project is a simple landing page that contains a slideshow element and a form element.The code runs locally on ''http://localhost:3000' with NodeJS: ExpressJS
- server.js
- views
- index.html
- 404.html
- public
- img
- style
- style.css
- main.js
On the landing page will have a slideshow as its first element, and the page follows good practices. Underneath the slideshow, is a simple HTML form that will serve as a fetch service to consult public repositories of Github users.
Project is created with:
- node v12.14.1
- nodemon
- express v^4.17.1
To run this project first install it locally. Clone a repository using the command line and instructions of GitHub
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
$ cd ProjectFolder/
$ npm install
$ nodemon server.js
- The awesome pictures are royalty free from Unsplash;
- Icons from Fontawesome
- Display the list better;
- Getting a better error handling;