djeck1432 / spotnet

1 stars 20 forks source link

FE Project Setup and Code Quality Improvements #115

Open djeck1432 opened 3 hours ago

djeck1432 commented 3 hours ago
  1. Read guideline here
  2. Replace the browser's built-in alert() and use the libraries Sonner or React Toastify for alert messages.
  3. Set up ESLint and Prettier to enforce code quality and style consistency across the project.
  4. Review and rename folders in the project to follow a consistent naming convention. Update any relevant import paths in the codebase to reflect the new folder names.
  5. Ensure all instances of alert() are removed and replaced with the chosen library's notification methods.
  6. Configure Husky to add pre-commit hooks that automatically run ESLint and Prettier checks before commits.
  7. Ensure that all folder names adhere to the established style throughout the project.
AndriiBogomolov commented 3 hours ago

Hi, I love apple, I contributed to this project a lot of times, would like to take this task, as far as I know code base very well