Skip to content

I rebuilt a web design company, "Super-Hello", website with some with my own additions.

Notifications You must be signed in to change notification settings

smilenayeon/Web-Design-Company-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I rebuilt the website for 'Super Hello,' a web design company, as part of my frontend developer portfolio using React. My project includes several notable improvements:

  1. In the 'Pricing' section, I replaced static images with customizable 'slots-available-box' elements for future updates.
  2. I implemented a scroll-responsive navigation bar for enhanced user experience.
  3. Users can seamlessly navigate between sections via the NavBar without any re-rendering.
  4. Clicking the company logo in the navbar instantly returns users to the top of the page.
  5. The 'How It Works' section now features a dynamic side image that appears as users engage with the content.
  6. I added a Login section that shows up when users click Login button from the NavBar. Client code is "client001" and password is "1234".

These enhancements showcase my proficiency in frontend development, providing 'Super Hello' with a more modern and user-friendly website.

A fully-functional single-page application (SPA) for a web design company, showcasing an array of services and a portfolio.

Project Purpose and Functionality: Created a single-page application for a fictional web design company. The website serves as a platform to display the company's services, portfolio, team, and contact information. It includes features like a dynamic service section, a portfolio gallery, client testimonials, and an interactive contact form.

Design and User Experience: Adopted a modern and sleek design with a focus on ease of navigation and user engagement. Utilized a color scheme and typography that align with the brand identity of a web design agency. The layout is intuitive, with smooth scrolling and navigation, making it easy for visitors to find information.

Technologies Used: Developed using React.js for seamless SPA functionality. Integrated Bootstrap for responsive design components, ensuring the site’s adaptability across different devices and screen sizes.

Skills Demonstrated:

UI/UX Design: Demonstrated the ability to design a user-friendly interface with a professional look, suitable for a business-oriented website. React Development: Showcased proficiency in using React for SPA development, enhancing user experience with fast, dynamic content updates. Responsive Web Design: Implemented responsive design principles to ensure the website's functionality and appearance are maintained across various devices. Client-side Routing: Utilized React Router for smooth in-app routing, improving the site's usability and navigation experience. Challenges Overcome: Addressed the challenge of presenting comprehensive information in a single page without overwhelming the user. Focused on organizing content and implementing interactive elements to engage visitors.

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can't go back!

If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

Web-Design-Company-Website