Code Monkey home page Code Monkey logo

noafd's Introduction

noAfD ๐Ÿ“„

๐Ÿ’ป Tech Stack

Main Framework - Astro
Type Checking - TypeScript
Component Framework - ReactJS
Styling - TailwindCSS
UI/UX - Figma
Fuzzy Search - FuseJS
Icons - Boxicons | Tablers
Code Formatting - Prettier
Deployment - Vercel
Illustration in About Page - https://freesvgillustration.com
Linting - ESLint

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Running Locally

The easiest way to run this project locally is to run the following command in your desired directory.

# npm 6+ 
npm install

# npm 7+, start the dev server:
npm run dev

๐Ÿงž Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run format:check Check code format with Prettier
npm run format Format codes with Prettier
npm run sync Generates TypeScript types for all Astro modules. Learn more.
npm run cz Commit code changes with commitizen
npm run lint Lint with ESLint

๐Ÿ“œ License

Licensed under the MIT License, Copyright ยฉ 2023


noafd's People

Contributors

deepsource-autofix[bot] avatar deepsource-io[bot] avatar real-airbauer avatar

Watchers

 avatar

noafd's Issues

(JS-0417) Avoid `.bind()` or local functions in JSX properties /PERFORMANCE

Description

Using .bind() or passing local callback functions as props to react component incurs a performance overhead. Consider using React.useCallback, or if possible, moving the callback definition outside the component. EXCEPTIONS: This rule may not apply if your react component is only rendered once, or if your application is not performance โ€ฆ

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource โ†’ app.deepsource.com/gh/real-airbauer/noafd/issue/JS-0417/occurrences/

(JS-0454) Found invalid characters in markup

Description

The issue is raised because of missing or unescaped JSX escape characters. These characters would be injected as a text node in JSX statements, which might not be intentional. These won't throw any syntax or runtime errors, but the rendered output will not be the same as expected.

Occurrences

There are 3 occurrences of this issue in the repository.

See all occurrences on DeepSource โ†’ app.deepsource.com/gh/real-airbauer/noafd/issue/JS-0454/occurrences/

(JS-0454) Found invalid characters in markup

Description

The issue is raised because of missing or unescaped JSX escape characters. These characters would be injected as a text node in JSX statements, which might not be intentional. These won't throw any syntax or runtime errors, but the rendered output will not be the same as expected.

Occurrences

There are 3 occurrences of this issue in the repository.

See all occurrences on DeepSource โ†’ app.deepsource.com/gh/real-airbauer/noafd/issue/JS-0454/occurrences/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.