https://github.com/ompreetham/base-apparel-coming-soon
Base Apparel Coming Soon Challenge from Frontend Mentor.
https://github.com/ompreetham/base-apparel-coming-soon
apparel base coming-soon css front-end front-end-development frontend frontend-mentor frontendmentor-challenge html javascript js jsx react render vite website
Last synced: 3 months ago
JSON representation
Base Apparel Coming Soon Challenge from Frontend Mentor.
- Host: GitHub
- URL: https://github.com/ompreetham/base-apparel-coming-soon
- Owner: OmPreetham
- License: mit
- Created: 2024-03-30T10:38:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-17T01:53:38.000Z (about 1 year ago)
- Last Synced: 2024-04-17T07:27:08.821Z (about 1 year ago)
- Topics: apparel, base, coming-soon, css, front-end, front-end-development, frontend, frontend-mentor, frontendmentor-challenge, html, javascript, js, jsx, react, render, vite, website
- Language: CSS
- Homepage: https://ompreetham.github.io/base-apparel-coming-soon/
- Size: 11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Base Apparel Coming Soon Challenge
This project is a solution to the [Base Apparel Coming Soon Challenge](https://www.frontendmentor.io/challenges/base-apparel-coming-soon-page-5d46b47f8db8a7063f9331a0) from Frontend Mentor. It's a simple landing page for a fictional company called Base Apparel, designed to practice HTML, CSS, and responsive design skills.
### Previews
Desktop



Mobile


## Getting Started
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
Make sure you have Node.js and npm (or yarn) installed on your machine.
### Installation
1. Clone this repository to your local machine using the following command:
```
git clone https://github.com/OmPreetham/base-apparel-coming-soon.git
```1. Navigate into the project directory:
```
cd base-apparel-coming-soon
```1. Install dependencies using npm:
```
npm install
```## Usage
To run the project, use the following command:
```
npm run dev
```This will start a development server and open the project in your default web browser. Any changes you make to the source code will be hot-reloaded, meaning you can see the updates in real-time.
## Build
To build the project for production, use the following command:
```
npm run build
```This will start a development server and open the project in your default web browser. Any changes you make to the source code will be hot-reloaded, meaning you can see the updates in real-time.
## Build
To build the project for production, use the following command:
This will create an optimized build of the project in the `dist` directory.
## Additional Information
- This project was scaffolded using Vite, a blazing fast frontend build tool.
- It uses React for building the user interface.
- Feel free to customize the project according to your needs.## License
This project is licensed under the [MIT License](LICENSE).