A website to list down available paid writing opportunities for technical writers
A website to list down available paid writing opportunities for technical writers.
?? Tech Stack
?️ Installation Steps
Star and Fork the Repo ? and this will keep us motivated.
Clone the repository
git clone https://github.com/ashutoshkrris/TechyWrite.git
Change the working directory
cd TechyWrite
Install dependencies
npm install
Run the app
npm run dev
Adding an opportunity to the list
Found a paid technical writing opportunity we don’t have yet? You can easily add it using the following steps:
-
Go to the opportunities list JSON file: https://github.com/ashutoshkrris/TechyWrite/blob/master/src/data.json
-
Add an object to it as follows:
{
"name": "Digital Ocean",
"type": "Publication",
"link": "https://www.digitalocean.com/community/pages/write-for-digitalocean",
"categories": ["Infrastructure", "Open Source"],
"minRate": 300,
"maxRate": 400,
"description": "Matches payments with donations to tech-focused charities. Further opportunities for paid updates to existing tutorials."
}
- If there is fixed rate, then don’t include
minRate
. Just includemaxRate
. - If there is hourly rate, then use
hourlyMaxRate
instead ofminRate
andmaxRate
. - If there is royalty, then use
royaltyRate
instead ofminRate
andmaxRate
.
- Once done you can now raise a Pull Request to the main branch
License
This project follows the MIT License.