Northbrook 2024 Website Project
Find a file
deepsource-autofix[bot] e0969ae66f
refactor: remove the console expressions
It is considered a best practice to avoid the use of any `console` methods in JavaScript code that will run on the browser.

**NOTE:** If your repository contains a server side project, you can add `"nodejs"` to the `environment` property of analyzer meta in `.deepsource.toml`.
This will prevent this issue from getting raised.
Documentation for the analyzer meta can be found [here](https://docs.deepsource.com/docs/analyzers-javascript#meta).
Alternatively, you can silence this issue for your repository [as shown here](https://deepsource.com/blog/releases-issue-actions).

If a specific `console` call is meant to stay for other reasons, you can add [a skipcq comment](https://docs.deepsource.com/docs/issues-ignore-rules#silencing-a-specific-issue) to that line.
This will inform other developers about the reason behind the log's presence, and prevent DeepSource from flagging it.
2024-05-06 11:34:41 +00:00
api Start building out the backend with database 2024-05-05 17:51:34 +01:00
cmd Start building out the backend with database 2024-05-05 17:51:34 +01:00
database Messed up imports 2024-05-05 17:53:48 +01:00
design Update Design file 2024-04-19 15:07:58 +01:00
front refactor: remove the console expressions 2024-05-06 11:34:41 +00:00
.air.toml Update air config for browser reloading 2024-05-06 11:56:41 +01:00
.deepsource.toml ci: update .deepsource.toml 2024-05-04 15:26:13 +00:00
.gitignore Start building out the backend with database 2024-05-05 17:51:34 +01:00
.prettierrc.yaml Create .prettierrc.yaml 2024-05-04 16:23:28 +01:00
go.mod Start building out the backend with database 2024-05-05 17:51:34 +01:00
go.sum Start building out the backend with database 2024-05-05 17:51:34 +01:00
LICENSE Create LICENSE 2024-03-15 14:47:17 +00:00
main.go Start building out the backend with database 2024-05-05 17:51:34 +01:00
README.md Update READMEs to include more information 2024-04-17 18:30:45 +01:00

TastyBites

This project is split into two subprojects, the frontend; written in Svelte, and the backend written in Go/GoLang

This is a fake restaurant, with no real location.