ColorsPlanet Frontend is the front-end component of a web application developed using the MEAN stack (MongoDB, Express.js, Angular, Node.js). The website provides various color-related functionalities to developers and designers, including color palette exploration, solid colors, brand colors, and gradient creation.
- Color Palette: Explore and discover harmonious color combinations in color palettes.
- Solid Colors: Choose from a wide range of solid colors for your projects.
- Brand Colors: Discover popular brand colors and their corresponding hex codes.
- Gradient: Create custom gradients to enhance your designs.
To run the ColorsPlanet Frontend locally, follow these steps:
- Clone the repository:
git clone https://github.com/Anonsatyam/colorsPlanet_Frontend.git
- Navigate to the project directory:
cd colorsPlanet_Frontend - Install dependencies:
npm install
- Start the Angular development server:
ng serve
- Open your web browser and visit http://localhost:4200 to access the ColorsPlanet Frontend.
The frontend interacts with a backend server running on Node.js and Express.js. Make sure to set up the backend server by following the instructions in the colorsPlanet_Backend repository.
· Navigate through different color sections using the navigation menu.
· Click on a color to copy its hex code to your clipboard.
· Paste the color code into your project's code editor or design tool for use.
Contributions to ColorsPlanet Frontend are welcome! If you have ideas, bug reports, or feature requests, please open an issue or submit a pull request.
This project is licensed under the MIT License