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

Initial Project Setup with React, Redux, and Tailwind CSS #1

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

AnsarIbrahim
Copy link
Owner

This pull request introduces the basic setup for our React application. Here are the key changes:

  • Initialized a new React application.
  • Set up Redux for state management.
  • Integrated Tailwind CSS for utility-first CSS styling.
  • Added a basic Button component as an example of a reusable component.
  • Created Home and PageRoute components to demonstrate routing in the application.
  • Established the base URL for our Redux setup.
  • Created loginSlice and signupSlice as examples of Redux slices for handling user authentication.
  • Configured the Redux store.
  • Added a .prettierrc file for consistent code formatting.
  • Included a .gitignore file to exclude unnecessary files and folders from version control.

This setup provides a robust starting point for developing our application, with a focus on maintainability and scalability.

@AnsarIbrahim AnsarIbrahim merged commit 41505e0 into development Apr 30, 2024
Copy link

netlify bot commented Apr 30, 2024

Deploy Preview for bookusnowapp ready!

Name Link
🔨 Latest commit 54647c9
🔍 Latest deploy log https://app.netlify.com/sites/bookusnowapp/deploys/66313d737bad0a0007eab74e
😎 Deploy Preview https://deploy-preview-1--bookusnowapp.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

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.

1 participant