This repository contains a collection of projects from the FreeCodeCamp Responsive Web Design Certification, recreated using Tailwind CSS instead of vanilla CSS.
FreeCodeCamp's Responsive Web Design Certification covers several front-end development topics including HTML, CSS, CSS Grid, CSS Flexbox, and responsive design principles. As part of the certification, students complete a series of five projects to demonstrate their understanding of these topics.
This repository recreates those projects using Tailwind CSS, a utility-first CSS framework that makes it easy to create responsive and customized user interfaces. By recreating the projects with Tailwind CSS, students can practice their front-end development skills while also learning a new framework.
The projects in this repository include:
Each project is contained within its own directory and includes all necessary files, including a README with project requirements and instructions.
To get started with this project, you will need to clone this repository to your local machine:
git clone https://github.com/<your-username>/TailwindCssPracticeProjects.git
Once you have cloned the repository, navigate to the project directory and install the necessary dependencies:
cd TailwindCssPracticeProjects
npm install
Each project is contained within its own directory and includes all necessary files to run the project. To view and run a specific project, navigate to its directory and open the index.html file in your web browser.
To start the development server and compile Tailwind CSS, run the following command in the root directory:
npm run dev
This will start the development server and open the project in your default web browser. The development server will also watch for changes and automatically compile the Tailwind CSS when changes are made.
If you'd like to contribute to this repository, please follow these steps:
This repository is licensed under the MIT License.