Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pushkaraj2007/TechCreators

A website to list tech twitter creators, across the world.
https://github.com/pushkaraj2007/TechCreators

css good-for-beginners html javascript

Last synced: about 1 month ago
JSON representation

A website to list tech twitter creators, across the world.

Awesome Lists containing this project

README

        

# TechCreators

A website to list tech twitter creators, across the world.

## Languages/Tools

HTML5
CSS3
JavaScript

## πŸ‘©πŸ½β€πŸ’» Demo

Check out the website: [TechCreators](https://techcreators.vercel.app)

## πŸ‘‡πŸ½ Prerequisites

Before installation, please make sure you have already installed the following tools:

- [Git](https://git-scm.com/downloads)

## πŸ› οΈ Installation Steps

- [Fork](https://github.com/pushkaraj2007/TechCreators/fork) the project. Click on the icon in the top right to get started.

- Use these commands in your git bash to make a clone of the project in your pc.

### SSH [Github Docs](https://docs.github.com/en/authentication/connecting-to-github-with-ssh)

```bash
$ git clone [email protected]:username/TechCreators
```

### GitHub CLI

```bash
$ gh repo clone username/TechCreators
```

### HTTPS

```bash
$ git clone https://github.com/username/TechCreators
```

- Navigate to the project directory:

```bash
cd TechCreators
```

## πŸ”₯ Add your profile

1. Fork the project:

- Click the gray `Fork` button in the top right of this page. This creates _your_ copy of the project and saves it as a new repository in your github account

2. Create a New Branch:

- On your new repository's page, click the gray `main` button in the upper left to reveal a dropdown menu.
- Enter the name of your new branch in the text box. (Branch names usually make a reference to what is being changed. Example: `profileAdd`).
- Click on `Create branch ` and this will automatically take you to your new branch. You can make edits on the main branch, but this may cause issues down the line. Best practice is to create a new branch for each separate issue you work on. That way your `main` branch remains in sync with TechCreators `main` branch.

3. Navigate to file:

- Navigate to the profile/profile.json file.

4. Edit:

- On the top right of the JSON file, click on the pencil icon to edit the file by adding your image, name and username.
- You can add JSON object wherever you want in the file, it will automatically arrange according to alphabetical order.
- After editing the JSON file, add a commit message and click on the green button saying "Commit Changes". Make sure you have selected the branch you have created.

5. Raise a Pull Request:

- And finally create a [Pull Request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request)!
- Great job! You did it!

## πŸš€ Running locally
To run locally, just `cd` into the project and run the following commands to run node modules and serve the website locally.
```bash
npm i
npm run start
```

## πŸ›‘οΈ License

TechCreators is licensed under the MIT License - see the [LICENSE](Licence) file for details.

## πŸ’ͺ🏽 Contributors

Thank you so much all for spending your time to improve TechCreators. Keep shining ⭐

[![Contributors](https://contrib.rocks/image?repo=pushkaraj2007/TechCreators)](https://github.com/pushkaraj2007/TechCreators/graphs/contributors)

## πŸ™πŸ½ Support

This project needs a star️ from you. Don't forget to leave a star 🌟