Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
23 changes: 23 additions & 0 deletions Basic_HTML_CSS/Readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@

# Html & Css
## Welcome to the Html & Css Folder! This space is dedicated to Html & Css applications. Contributors can submit their Html & Css app code within their designated named folders and create pull requests for the same.
## Guidelines For Contribution
This folder is exclusively for Html & Css apps.
- Ensure your app's code resides inside your personal folder.
- If you come across any app-related issues, please open a corresponding issue for discussion.
## How To Contribute
1. For Html & Css apps, create a folder in your name.
2. Place your Html & Css app code inside your folder along with a detailed README.md.
3. Don't hesitate to enhance existing apps with new features and improvements.
4. Participate by resolving issues raised by other contributors or yourself.
## Contribution Steps
1. Fork this folder.
2. Star this folder.
3. Create a new branch using your name.
via ``git add .``
5. Add your folder with your Html & Css app.
6. Commit your code.
7. Initiate a pull request.
## Key Highlights
- Welcoming to Html & Css enthusiasts of all levels.
- Specifically designed for Html & Css app developers.
- Encourages collaboration and the exchange of knowledge among participants.
23 changes: 23 additions & 0 deletions React/Saurabh/Top Courses FilterApp/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
11 changes: 11 additions & 0 deletions React/Saurabh/Top Courses FilterApp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Simple Top Course APP

#Filter App with Tailwind CSS

This is a filter app built with Tailwind CSS that allows you to filter top courses according to different categories, including:

All
Development
Design
Lifestyle
Business
5 changes: 5 additions & 0 deletions React/saurabh/Top Courses FilterApp/.postcssrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"plugins": {
"tailwindcss": {}
}
}
4 changes: 4 additions & 0 deletions React/saurabh/Top Courses FilterApp/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

14 changes: 14 additions & 0 deletions React/saurabh/Top Courses FilterApp/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Filter App</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div id="root">Not renderd</div>

<script type="module" src="./src/App.js"></script>
</body>
</html>
12 changes: 12 additions & 0 deletions React/saurabh/Top Courses FilterApp/node_modules/.bin/browserslist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions React/saurabh/Top Courses FilterApp/node_modules/.bin/cssesc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions React/saurabh/Top Courses FilterApp/node_modules/.bin/cssesc.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions React/saurabh/Top Courses FilterApp/node_modules/.bin/cssesc.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions React/saurabh/Top Courses FilterApp/node_modules/.bin/detect-libc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading