Skip to content

sophie4075/go-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Todo App

This is a simple Todo application built with Go Fiber for the backend and HTML/CSS/JavaScript for the frontend. It follows RESTful principles for handling CRUD operations on todos.

Screenshot of Applications User Interface

Features

  • Add new todos
  • Mark todos as done
  • Delete todos
  • View list of todos

Usage/Installation

To run this little web app, you'll need to have Go installed on your machine. Follow these steps to get it running:

  1. Clone the repository:

    git clone https://github.com/sophie4075/go-todo-app.git
    
  2. Navigate to the cloned directory:

    cd go-todo-app
    
  3. Run the server:

    go run main.go
    
  4. Type http://localhost:4000/ into your browser's address bar, hit enter and start noting your todo's :)

  5. Exit the app via the terminal pressing CRTL + C (Please note that all todo's will be lost once the process stops running)

Tech Stack

  • Go Fiber: A web framework for Go
  • HTML/CSS/JavaScript: Frontend technologies for user interface

Credits ❤️

Background-Image: arkhai2 Intro to Go Fiber: TomDoesTech

About

This is a simple Todo application built with Go Fiber for the backend and HTML/CSS/JavaScript for the frontend. It follows RESTful principles for handling CRUD operations on todos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors