Visit website

Portfolio.

Tech Stack

How to get started❓

You can refer to this if you are contributing for the first time:

Contribution Guidelines 🏗

If you find a bug or want o add a new feature, browse the open issues before opening a new one. You can also take a look at the Open Source Guide.

0. Wait for the Issue to be assigned to you before you start working on it.

1. Fork this repository.

2. Clone your forked copy of the project.

3. Navigate to the project directory.

4. Create a new branch.

5. Install with:

yarn install

6. Start project with:

yarn start

7. Make your changes to the code base.

8. Add and commit your changes

9. Push committed changes to your remote repo.

12. Create a pull request, click on compare and pull requests. Please ensure you compare your feature branch to the desired branch of the repo you are supposed to make a PR to.

13. Add an appropriate title and description to your pull request explaining your changes and efforts done.

14. Click on Create Pull Request.