Skip to content

Commit

Permalink
Merge pull request #597 from Clueless-Community/dev
Browse files Browse the repository at this point in the history
Flutter UI Name and Link Updated
  • Loading branch information
Debajyoti14 authored May 9, 2023
2 parents 367f358 + 32607b5 commit 85daaa5
Show file tree
Hide file tree
Showing 3 changed files with 730 additions and 380 deletions.
35 changes: 17 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!-- # What is Clueless? ![hippo](https://media.tenor.com/LA_6z3bAMScAAAAi/ナニ-ベタックマ.gif) -->

# <h1>What is Clueless<img src="https://media.tenor.com/LA_6z3bAMScAAAAi/ナニ-ベタックマ.gif" alt="gif" width="67"/></h1>

### <p>Clueless is a developer community which builds developer tools with the power of open-source. We believe in the vision “Learn and Grow” and encourage & guide enthusiasts to dive deep into the world of open-source.</p>
Expand All @@ -10,6 +11,7 @@
# <h1>Want to contribute?<img src="https://media.tenor.com/8q1Mi4wzB7sAAAAj/robot-cute.gif" alt="gif" width="67"/></h1>

[<img src="https://user-images.githubusercontent.com/98400348/233865368-2a761254-a40b-4211-a050-80ca91ee723c.png" alt="gif" align="center" width="700"/>](https://github.com/Clueless-Community/clueless-official-website)

<!-- ![Clueless Official Website Card](https://user-images.githubusercontent.com/98400348/233865368-2a761254-a40b-4211-a050-80ca91ee723c.png) -->

### <p>If you are willing to contribute, please check the guide to local system setup [here on CONTRIBUTING.md](https://github.com/Clueless-Community/clueless-official-website/blob/main/CONTRIBUTING.md).</p>
Expand All @@ -18,43 +20,40 @@ Don't forget to check the [issue](https://github.com/Clueless-Community/clueless

# What do we provide?<img src="https://media.tenor.com/ZhY_wsBbhvQAAAAi/bulb-light.gif" alt="gif" width="67"/>

+ ## Resources
- ## Resources

The Internet is flooded with so many resources that can make one confused and clueless. So we, the Clueless Community provide the best, filtered, and curated resources like YouTube videos, GitHub repositories, websites, cheatsheets, etc! You can check our resources page [here](https://clueless-resources.super.site/resources)


[![image](https://user-images.githubusercontent.com/98400348/233865701-de5ff742-cc23-4eb7-b7b3-6e1ba2c99826.png)](https://clueless-resources.super.site/resources)

+ ## Discord Community<img src="https://media.tenor.com/EU5PsyIFwRUAAAAj/wumpus-discord.gif" alt="gif" width="67"/>
We have an amazing Discord Community, where separate channels are created for different topics like web development, app development, web3, etc where you can use these respective channels to query and help others. We try to keep you updated with the latest opportunities, jobs, and hackathons, and share useful resources too.
- ## Discord Community<img src="https://media.tenor.com/EU5PsyIFwRUAAAAj/wumpus-discord.gif" alt="gif" width="67"/>
We have an amazing Discord Community, where separate channels are created for different topics like web development, app development, web3, etc where you can use these respective channels to query and help others. We try to keep you updated with the latest opportunities, jobs, and hackathons, and share useful resources too.

[![image](https://user-images.githubusercontent.com/98400348/233865943-18c83e9d-ca39-44c6-b6b3-387e3900d0e6.png)](https://discord.gg/zrVMjGW8sB)

## Click [here](https://discord.gg/zrVMjGW8sB) to join 🚀

Click [here](https://discord.gg/zrVMjGW8sB) to join 🚀
---
# Projects we are working on <img src="https://media.tenor.com/DIuaMBpri1QAAAAi/working-smiles.gif" alt="gif" width="67"/>

# Projects we are working on <img src="https://media.tenor.com/DIuaMBpri1QAAAAi/working-smiles.gif" alt="gif" width="67"/>
+ ## SeamLess UI
The next gen UI made with simple HTML and Tailwind CSS. It's compatible with simple HTML, CSS static website or a React, Vue, Angular or Next.js Complex app. Zero JS and no-plugins installed.
- ## SeamLess UI
The next gen UI made with simple HTML and Tailwind CSS. It's compatible with simple HTML, CSS static website or a React, Vue, Angular or Next.js Complex app. Zero JS and no-plugins installed.

Click [here](https://github.com/Clueless-Community/seamless-ui) to check this amazing repository. All the changes and contributions are appreciated.

+ ## Datasets
A GitHub repository where we have collected datasets like tech stacks, cities, colleges in India, Spotify stats, etc in different forms like arrays, JSON, and CSV which you can use for your next project.
- ## Datasets
A GitHub repository where we have collected datasets like tech stacks, cities, colleges in India, Spotify stats, etc in different forms like arrays, JSON, and CSV which you can use for your next project.

Click [here](https://github.com/Clueless-Community/Datasets) to check this amazing repository. All the changes and contributions are appreciated.

+ ## College API
An API that gets you the list of Indian colleges and their details like city, state, and NIRF ranks. You can even filter out colleges by city and state.

Check this project [this](https://github.com/Clueless-Community/collegeAPI) here!
- ## College API
An API that gets you the list of Indian colleges and their details like city, state, and NIRF ranks. You can even filter out colleges by city and state.

+ ## Flutter UI Components
A collection of flutter UI components
Check this project [this](https://github.com/Clueless-Community/collegeAPI) here!

Click [here](https://github.com/Clueless-Community/flutter-ui-components) to check this amazing repository. All the changes and contributions are appreciated.
- ## Spectrum UI
A collection of flutter UI components

Click [here](https://github.com/Clueless-Community/Spectrum-UI) to check this amazing repository. All the changes and contributions are appreciated.

<h2 align='center'> Project maintainers </h2>
<table align='center'>
Expand Down
4 changes: 2 additions & 2 deletions components/home/ExploreProjects/ExploreProjects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ function ExploreProjects() {
repoURL: 'https://github.com/Clueless-Community/seamless-ui',
},
{
title: 'Flutter UI Components',
title: 'Spectrum UI',
tags: ['Flutter', 'Tailwind CSS'],
desc: 'A collection of flutter UI components',
repoURL: 'https://github.com/Clueless-Community/flutter-ui-components',
repoURL: 'https://github.com/Clueless-Community/Spectrum-UI',
},
];

Expand Down
Loading

1 comment on commit 85daaa5

@vercel
Copy link

@vercel vercel bot commented on 85daaa5 May 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.