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

Feature/basic UI mockup #14

Merged
merged 24 commits into from
Dec 9, 2023
Merged

Feature/basic UI mockup #14

merged 24 commits into from
Dec 9, 2023

Conversation

sergio-usma
Copy link
Collaborator

🏁 Microverse's Final Capstone Project - [Frontend]

This Project is developed using React.js, designed to provide an intuitive user interface for managing reservations or appointments for test drives of Teslas. It communicates with the back-end API built with Ruby on Rails.

Milestone No. 1 - Main page & Navigation panel ⛵

image

Setup React Router 🚀

  • Added React Router to the project.
  • Set up the Home component as the root component for routing.

Setup Redux Store and Provider 🏬

  • Established a Redux store and Provider to manage state in the application.

File and Style Cleanup 🧹

  • Purged unnecessary files and styles from the project.

Browser Reset 📟

  • Reset the browser in index files, ensuring a clean starting point for the application.

Styling and Components 🖌️

  • Added a Prettier standard configuration file.
  • Added a background in App styles.
  • Created Sidebar, Logo, SidebarIcons, Footer, and CarDetails components for rendering in the Homepage.
  • Rendered Sidebar component in the Homepage.
  • Fixed basic styles on the Home component.
  • Added color-rosetta to the CarDetails widget.
  • Refactored the tiny-fonts CSS class.
  • Refactored various CSS classes and made minor style adjustments.
    close [3pt] Navigation Panel #5

Routing and Interactions 🤖

  • Added Route paths for sidebar links.
  • Linked Route paths for sidebar interactions.
    close [3pt] Main Page #6

Copy link
Owner

@flemton flemton left a comment

Choose a reason for hiding this comment

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

STATUS: APPROVED ✅ 🍾

Hi @sergio-usma
Your feature is complete! There is nothing else to say other than... it's time to merge it!
Congratulations! 🎇

approved

To highlight 🍾

All linters are passing ✅
Good commit history ✅
Good PR description ✅

Optional suggestions

Every comment with the [OPTIONAL] prefix won't stop the approval of this PR. However, I strongly recommend you to take them into account as they can make your code better. Some of them were missed by the previous reviewer and addressing them will really improve your application.

Cheers and Happy coding!


As described in the Code reviews limits policy you have a limited number of reviews per project (check the exact number in your Dashboard). If you think that the code review was not fair, you can request a second opinion using this form.

@flemton flemton merged commit f9aa792 into development Dec 9, 2023
3 checks passed
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.

[3pt] Main Page [3pt] Navigation Panel
2 participants