Disclaimer
I'm specially a moron when it comes to React at this point of time
This project was bootstrapped with Create React App.
This is your beginner todo app suited to my needs. I have a notebook with this exact same layout and content. The goal is practice while keeping my notes, thougths and other stuff up to date.
As mentioned above, this app was bootstraped with Create React App. Hence
$ yarn start
will run the dev environment. The backend is fueled by WriteOn
We also have a Dockerfile
and docker-compose.yml
. The first is a set of instructions to build a Docker image of the app
whereas the second is used to run a container of the image.
Make sure ypu have Docker and Docker Compose installed. With the Docker service running, type:
$ docker-compose up
inside the root path.
If you wanna contribute in any form with code, ideas, critique, please use the issues. I would love some review, this code is smelly.