Practice your CSS and framework styling to enhance your comfort level in building UI.
This project aims to provide a platform for practicing and honing your CSS skills. It offers an environment for exploring various styling techniques and getting familiar with popular frameworks.
- Clone this repository to your local machine.
git clone https://github.com/ThierryRakotomanana/Daily-UI.git
- Navigate to the project directory.
cd "Daily UI"
- Open the index.html file in your browser to view the project.
Modify the provided CSS files to experiment with different styling approaches. Add new HTML elements and apply styles to make them visually appealing. Utilize frameworks such as Bootstrap, Tailwind CSS, or any other framework of your choice to expedite the styling process.
Have fun playing around with CSS properties, experimenting with layouts, colors, typography, and transition effects. Use your browser's developer tools to inspect elements, adjust styles in real-time, and see the changes take effect.
Feel free to share your outcomes with the community and seek feedback to enhance your styling skills.
Contributions are welcome! If you would like to improve this project or if you are beginner and looking to make your first contribution, follow the steps below.
- Fork this repository.
Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.
- Clone the repository
Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.
Open a terminal and run the following git command:
git clone https://github.com/<your-github-username>/Daily-UI.git
where (without the tag marks) is your GitHub username. Here you're copying the contents of the Daily UI repository on GitHub to your computer.
- Create a branch for your modifications.
Change to the repository directory on your computer (if you are not already there):
cd "Daily-UI"
Now create a branch using the git switch
command:
git switch -c your-new-branch-name
For example:
git switch -c aza-manao-copie-coller-loatra-fa-tsss
- Make your changes and commit them.
In the project directory makes your change by following contribution.md
and save them after execute the command git status
, you'll see there are changes.
Add those changes to the branch you just created using the git add
command:
git add .
Now commit those changes using the git commit
command:
git commit -m "Add <your-name> as Contributor"
replacing <your-name>
with your name.
- Push to the main branch of your fork.
Push your changes using the command git push
:
git push origin -u <add-your-branch-name>
replacing <add-your-branch-name>
with the name of the branch you created earlier.
If you get any errors while pushing, click here:
-
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information. fatal: Authentication failed for 'https://github.com//first-contributions.git/'
Go to GitHub's tutorial on generating and configuring an SSH key to your account.
- Open a pull request and describe your modifications. Go to your Github account and navigate to your repository forked. Noticed you see a green button named Pull Request, click on it and send. After describes the change you made.
Community contributions are highly appreciated, so thanks for your contribution.
This project is licensed under the MIT License. You are free to use, modify, and distribute this project. Please see the LICENSE file for more information.