Skip to content

Commit

Permalink
[readme] chore: Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
helloitsdave committed Jan 14, 2024
1 parent 854a341 commit bc0aec5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bc0aec5

Please sign in to comment.