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.
- 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
- 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.
To get started with Flexa, follow these steps:
- Clone the repository:
git clone https://github.com/ankitjha2023/flexa.git
- Navigate to the project directory:
cd flexa
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit
http://localhost:3000
to see the Flexa website.
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.
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.
Flexa was created by Ankit Jha.
This project is licensed under the MIT License.