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

https://github.com/georgekaran/georgekaran.com

This is my personal page where i'll post my projects and updates about me.
https://github.com/georgekaran/georgekaran.com

jest nextjs portfolio react react-testing-library storybook styled-components tdd

Last synced: 12 days ago
JSON representation

This is my personal page where i'll post my projects and updates about me.

Awesome Lists containing this project

README

        

# Personal Website


Logo


Welcome to my personal website! This project is built using React and TypeScript, and it showcases my portfolio, blog, and contact information.

## Installing

A step by step series of examples that tell you how to get a development env running

Clone the repo.
```
git clone https://github.com/georgekaran/georgekaran.com.git
```

Install the dependencies.
```
npm i
```

And run the app.
```
npm run dev
```

## Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

1. Fork the Project
2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
3. Commit your Changes (git commit -m 'Add some AmazingFeature')
4. Push to the Branch (git push origin feature/AmazingFeature)
5. Open a Pull Request