Code Monkey home page Code Monkey logo

astrolus_clone's Introduction

⚛️ React-JS PROJECTS

Astrolus Clone

💻Full DESKTOP PREVIEW

💻Full MOBILE PREVIEW

🚀 Overview

  • 🍳 Astrolus Clone -> Live Demo Astrolus Clone is a free template website built with React JS and Tailwind CSS. It offers small businesses a user-friendly Template to create their own websites. With a responsive layout, it adapts seamlessly to various screen sizes.

🎯 Features

  • 📱 Responsive UI Design: The website is designed to adapt and look good on different screen sizes and devices.
  • ⏳ Animated Website Loader: A visually appealing animation is displayed while the website content is loading.
  • 〰 Animated Nav Bar: The navigation bar has animated elements to provide a dynamic and engaging user experience.
  • 🔄 Dynamic Rendering of Data: The website fetches data from a data.js file, allowing for easy modification and updating of the displayed data.
  • 🌑 Dark Theme UI: The website offers a dark color scheme option for a visually pleasing and comfortable browsing experience in low-light environments.

🎨 Design / UI Inspired From

01

  • Src : astro-theme by Tailus-UI)

🛠 React Library

  • React Icons
  • React Scroll

🎨 Styling

  • Tailwind CSS (Version 3.3)

🏃‍♀️ How to Run Locally

  1. Clone the repository : git clone https://github.com/[Your_Github_User_Name]/Astrolus_Clone.git

  2. Navigate to the project directory : cd Astrolus Clone

  3. Install dependencies using your preferred package manager :

    npm create vite@latest

    or

    yarn create vite

    or

    pnpm create vite

  4. Installing Tailwind CSS :

    npm install -D tailwindcss postcss autoprefixer

    or

    yarn add -D tailwindcss@latest postcss@latest autoprefixer@latest

    npx tailwindcss init -p

    or

    pnpm install -g create-vite

    pnpm install tailwindcss postcss autoprefixer

    • add this to tailwind.config.js file
export default {
  content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
  theme: {
    extend: {
      colors: {
        bg: '#0F172A',
        textH: '#FFFFFF',
        textP: '#5B626E',
        accent: '#FF7E33',
        btn: '#9333EA',
        Tdiv: '#293041',
        PieI: '#0EA5E9',
        chatT: '#A5B4FC',
        chatI: '#818CF8',
        chatBg: '#151B3C',
        locT: '#5EEAD4',
        locI: '#2DD4BF',
        locBg: '#0F2131',
      },
    },
  },
  plugins: [],
};
  1. Installing React Packages

    npm i react-icons

    npm i react-scroll

    or

    yarn add react-icons

    yarn add react-scroll

    or

    pnpm install react-icons

    pnpm install react-scroll

  2. Start the development server :

    npm run dev

    or

    yarn dev

    or

    pnpm run vite

  3. Open your browser and visit http://localhost:3000 to see the app running locally.


Feel free to explore and customize the project according to your needs. Happy coding! 😊🚀

astrolus_clone's People

Contributors

ayusht777 avatar harshitsharma4 avatar sahu-divyanshu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.