Skip to content

scarletteykt/ascii-art-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ascii Art Web

Web application for creating an ASCII pattern

Authors

Usage and Installation

Clone git repository and go to program directory:

git clone git@git.01.alem.school:LevapMik/ascii-art-web.git
cd ascii-art-web

Different ways how to run our web app:

go run cmd/main.go
make go

or via docker

make build && make run

then go to: http://localhost:8080

Implementation details

Go programming language was used to create a web application. External packages were not used. Main package - net/http, for frontend we are execute static html pages.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 69.6%
  • HTML 21.5%
  • CSS 5.6%
  • Dockerfile 2.6%
  • Makefile 0.7%