Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Frontend] Frontend Project Architecture setup #10

Open
yilmazbahadir opened this issue Dec 14, 2021 · 1 comment
Open

[Frontend] Frontend Project Architecture setup #10

yilmazbahadir opened this issue Dec 14, 2021 · 1 comment

Comments

@yilmazbahadir
Copy link
Contributor

  • Next.js & Server Side Rendering(SSR)
  • Project folder structure setup (pages, components, assets etc.)
  • Utilize bootstrap for components
    • React-bootstrap
  • state management libraries evaluation
    • Candidates: Context API, Redux, vuex-but-for-react
  • Need the proper/final designs
  • Code quality tools/libs setup
@yilmazbahadir
Copy link
Contributor Author

  • Completed Frontend project setup & architecture: Next.js with React Bootstrap
  • Setup store with Redux hooks (made demo to the team with all of the state management libs)
  • Eslint, prettier setup and set rules
    • lint-staged setup: Force code quality rules(auto fix) on commit
    • license-header: fix license header insert/updates in each commit
    • ts-config paths for frequently used folders (@store, @components etc)
  • Integrated design with React Bootstrap, implemented Dark mode toggle component / functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant