You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

952 B

ascii-art-web

Objectives

Ascii-art-web consists in creating and running a server, in which it will be possible to use a web GUI (graphical user interface) version of your last project, ascii-art.

  • You must use your ascii-art application for this project.

  • You can run your server locally (localhost) or using an API.

This project will help you learn about :

  • Client utilities.
  • Back-end and front-end.
  • The basics of web :
    • Server
    • HTML
    • HTTP
  • Ways to receive data.
  • Ways to output data.

Instructions

  • You must handle website errors.
  • The web server must be created in Go.
  • The code must respect the good practices.
  • The project must have files written in HTML.

Usage