Skip to content

Alecsundra/NodeJs_landing_page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Developer Technical Test

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

Table of contents

General info

Structure

  • 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.

Technologies

Project is created with:

Server

  • node v12.14.1
  • nodemon
  • express v^4.17.1

Setup

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

Features

To DO

  • Display the list better;
  • Getting a better error handling;

About

Simple NodeJs landing page with two elements displayed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published