TechStarHub / svelte-typer

A typing practice web app made with Svelte
https://svelte-typer.netlify.app/
MIT License
0 stars 3 forks source link

Add More Paragraphs for Typing Practice ✨ #5

Open iamBijoyKar opened 8 months ago

iamBijoyKar commented 8 months ago

Add More Paragraphs for Typing Practice int the public/data/paras.json

A small paragraph is also a big contribution!! 😇

Para Format

{
"title": "title of the paragraph", // string
"description": "paragraph description", //string
"text": "paragraph text", // string
"time": "time limit in seconds", // number
"resources": "resource link" // string
}

Thank you very much for taking your time and contributing in out project 🤗

erickNjuki commented 8 months ago

Hi @iamBijoyKar please assign this to me , I also created a PR that adds more paragraph examples

iamBijoyKar commented 8 months ago

Hi @iamBijoyKar please assign this to me , I also created a PR that adds more paragraph examples

I merged your PR #6

There were some missing commas in the json, which were causing some problems, but I fixed it.

Good effort 👍

Thanks for your contribution 😇