Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vsantos1711/dev-finder
🔎 A simple app how brings infos from the Github
https://github.com/vsantos1711/dev-finder
react styled-components typescript
Last synced: 25 days ago
JSON representation
🔎 A simple app how brings infos from the Github
- Host: GitHub
- URL: https://github.com/vsantos1711/dev-finder
- Owner: vsantos1711
- Created: 2023-08-23T12:06:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-25T18:52:05.000Z (7 months ago)
- Last Synced: 2024-06-25T20:42:15.668Z (7 months ago)
- Topics: react, styled-components, typescript
- Language: TypeScript
- Homepage: https://dev-finder-vsantos.vercel.app/
- Size: 649 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔎 Dev Finder
_A simple app how get dev infos from the github_
![Frame](https://raw.githubusercontent.com/vsantos1711/dev-finder/main/public/assets/project-example.png)## Project Status
![Frame](http://img.shields.io/static/v1?label=STATUS&message=DONE&color=GREEN&style=for-the-badge)
## Description
DevFinder: A simple app to explore detailed profiles of GitHub developers. Discover repositories, contributions, followers, and more. Perfect for recruiters and collaborators.
## Technologies Used
- **[React:](https://react.dev/)** The JavaScript library used for building the user interface of DevFinder.
- **[Vite:](https://vitejs.dev/)** The build tool and development server used for fast and optimized development.
- **[TypeScript:](https://www.typescriptlang.org/)** The primary programming language for the project, ensuring type safety and enhancing code quality.
- **[Styled Components:](https://styled-components.com/)** A library for styling React components using tagged template literals, providing a seamless styling experience.## Running the project
1. Clone the repository and install dependencies:
```shell
git clone https://github.com/vsantos1711/dev-finder.git && cd dev-finder &&
pnpm install
```2. Run the app:
```shell
pnpm run dev
```