diff --git a/README.md b/README.md index 978e3d31..4fe5ddc5 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,11 @@ [![CodeQL](https://github.com/helloitsdave/notes-app/actions/workflows/codeql.yml/badge.svg)](https://github.com/helloitsdave/notes-app/actions/workflows/codeql.yml) -Starting point was building FE + BE + DB with the great FreeCodeCamp tutorial [Full Stack Project Tutorial – Create A Notes App Using React and Node.js](https://www.freecodecamp.org/news/full-stack-project-tutorial-create-a-notes-app-using-react-and-node-js/) +Intention is to build a very simple FE + BE + DB app which can be used for example tests (including docker + github action pipeline) for each layer using vitest, react-testing-library and playwright. -Refactored to make more testable +Starting point for building the app is the nice FreeCodeCamp tutorial [Full Stack Project Tutorial – Create A Notes App Using React and Node.js](https://www.freecodecamp.org/news/full-stack-project-tutorial-create-a-notes-app-using-react-and-node-js/) + +Refactored the app to make more testable and include some additional functionality such as a loading spinner ## Frontend