anburocky3 / cyberdude-internship-app

Internship app to enroll in fullstack engineer course.

Home Page:https://cyberdude-internship.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CyberDude Internship app πŸŽ‰ In Development

Stars Forks GitHub license Anbuselvan Rocky Twitter Support Server Cyberdude youtube

Internship app to enroll in fullstack engineer course.

Screenshots

[Yet to be uploaded]

πŸŽ‰ Check it yourself!

🚧 Build Status Netlify Status
βœ… Live Website: https://cyberdude-internship.netlify.app

😎 Okay! How to Contribute?

  1. Fork this repository. Currently no contribution guide available.

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
   parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
   },
  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list

Milestones

  • Design
  • Make the contents dynamic
  • Make the learning interactive with auth, tracking etc.

Author:

About

Internship app to enroll in fullstack engineer course.

https://cyberdude-internship.netlify.app/

License:MIT License


Languages

Language:TypeScript 98.3%Language:JavaScript 1.1%Language:HTML 0.4%Language:CSS 0.1%