/sass-study

This project is a clone of a website built using React, Next.js, SCSS, and Typescript. The purpose of this project is to showcase my skills in frontend web development and demonstrate my ability to recreate an existing website.

Primary LanguageTypeScriptMIT LicenseMIT

SASS Study (ReturnQueen Clone)

til

This project is a clone of ReturnQueen built using React, Next.js, SCSS, and Typescript. The purpose of this project is to showcase my skills in frontend web development and demonstrate my ability to recreate an existing website.

Table of Contents

  1. Installation
  2. Usage
  3. Features
  4. Technologies
  5. Contributing
  6. License

Installation

To run this project locally, please follow these steps:

  1. Clone the repository
git clone https://github.com/yubinjodev/sass-study.git
  1. Navigate to the project directory
cd sass-study
  1. Install the dependencies
npm install

Usage

Once the installation is complete, you can start the development server by running the following command:

npm run dev

This will start the application at http://localhost:3000 in your browser. Any changes you make to the source code will automatically refresh the page.

Features

  • Clone of the original website (ReturnQueen) with similar design and functionality.
  • Responsive layout that adapts to different screen sizes.
  • Interactive components and user-friendly interface.

Technologies

This project utilizes the following technologies:

  • React: A JavaScript library for building user interfaces.
  • Next.js: A React framework for server-side rendering and static site generation.
  • SCSS: A CSS preprocessor that enables the use of variables, mixins, and other advanced features.
  • Typescript: A statically typed superset of JavaScript that enhances code maintainability and scalability.

Contributing

Contributions to this project are welcome. If you find any issues or have suggestions for improvements, feel free to open a new issue or submit a pull request.

When contributing, please adhere to the existing code style and follow the GitHub Flow for collaboration.

License

This project is licensed under the MIT License. You are free to use, modify, and distribute this code as long as the original license terms are included.