Skip to content

Flexa is a static website built using React and Tailwind CSS. It is designed to provide a flexible and responsive user interface for showcasing various web design and development projects.

Notifications You must be signed in to change notification settings

ankitjha2023/flexa

Repository files navigation

Flexa

Flexa is a static website built using React and Tailwind CSS. It is designed to provide a flexible and responsive user interface for showcasing various web design and development projects.

Features

  • Responsive design with a mobile-first approach
  • Smooth and interactive user experience
  • Optimized performance for fast loading times
  • Showcase web design and development projects
  • Easy customization using Tailwind CSS utility classes

Technologies Used

  • React: A JavaScript library for building user interfaces.
  • Tailwind CSS: A utility-first CSS framework for quickly building custom designs.
  • HTML: Markup language for creating web pages.
  • CSS: Style sheet language for styling web pages.

Getting Started

To get started with Flexa, follow these steps:

  1. Clone the repository:
git clone https://github.com/ankitjha2023/flexa.git
  1. Navigate to the project directory:
cd flexa
  1. Install the dependencies:
npm install
  1. Start the development server:
npm start
  1. Open your browser and visit http://localhost:3000 to see the Flexa website.

Customization

Flexa is designed to be easily customizable. You can modify the styles and content according to your needs. The main files and directories to consider for customization are:

  • src/components: Contains the reusable React components used throughout the website.
  • src/pages: Contains the individual pages of the website.
  • src/api: Contains data for the components.

Feel free to explore and make changes to these files to suit your requirements.

Deployment

To deploy Flexa to a hosting platform, you can use the following command:

npm run build

This command will create an optimized production build of the website in the build directory. You can then deploy the contents of this directory to your preferred hosting platform.

Credits

Flexa was created by Ankit Jha.

License

This project is licensed under the MIT License.

About

Flexa is a static website built using React and Tailwind CSS. It is designed to provide a flexible and responsive user interface for showcasing various web design and development projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published