Thank you very much for considering this project. Make sure you read Code of Conduct and Contribution Guidelines before making contributions. Feel free to raise an issue and after gettting assigned to it, you are all set to work on it.
This is a react based (side) project intended to practice help you in typing fast and correct. This project is entirely built from scratch. You can see the live demo Here
- Basic Computer configuration
- Node js installed
Contribution to this repos are always welcome. You can alwas upgrade the UI, or fix any bug predefined in the issue section.
For new contibution or feature :
- Open a new issue describing the feature.
- Add feature tag to this issue.
- Get acceptance from the code maintainers
- Enjoy adding the feature
-
Fork the project: Fork the project from https://github.com/kaiwalyakoparkar/flashtype/
-
Clonning the project :
git clone https://github.com/<your-user-name>/flashtype.git
-
Open the project in your desired text editor
-
run the following command int terminal to see the live output
npm start
-
Now go to the components folder and choose the component you want to add feature to.
-
after specified changes document the changes in changes.md
-
run the following command to generate the build folder
npm run build
- Now deploy the application to your copy
npm deploy
-
Now create a pull request to the parent repository
-
Wait for acceptance ! Best of luck