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

Jonas - Converting React-project to typescript #49

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

Jonash189
Copy link

@Jonash189 Jonash189 commented Nov 29, 2024

URL: https://jonas-typescript.netlify.app/

This PR introduces TypeScript to the project. Key changes include:

  • Conversion of all components to TypeScript.
  • Introduction of reusable types in a dedicated folder.
  • Full typing of Zustand store and Styled Components.

…ate, FormEvent, and Zustand store functions.
… FC for the component. Fixed case sensitivity issue in App.jsx import by updating the path for MyToDoListPage to match the folder name. Restarted server to resolve issues.
… store structure. Typed Zustand functions (addTodo, removeTodo, toggleTodo) for improved safety and scalability.
…o TypeScript. Fixed 404 error caused by outdated file reference. Verified and ensured proper TypeScript setup for application entry point.
…ed type annotations and ensured consistency across the project.
… handling and ensured consistent TypeScript annotations.
@JennieDalgren JennieDalgren self-assigned this Dec 3, 2024
Copy link

@JennieDalgren JennieDalgren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job!

You have converted your code to TypeScript and implemented interfaces in a great way!
All approved

Good work with the commit messages too, easy to follow your process

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

Successfully merging this pull request may close these issues.

2 participants