Skip to content

w1png/todo-app-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React TODO app example

This is a project for my porfolio :)

Running the app

Backend

$ cd backend
$ go build -o bin && bin/todo-app

Frontend

$ cd fronend
$ npm start

Here is how it looks:

Page