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.
- Host: GitHub
- URL: https://github.com/georgekaran/georgekaran.com
- Owner: georgekaran
- Created: 2020-09-26T14:52:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-28T09:31:31.000Z (18 days ago)
- Last Synced: 2025-06-28T10:31:23.622Z (18 days ago)
- Topics: jest, nextjs, portfolio, react, react-testing-library, storybook, styled-components, tdd
- Language: TypeScript
- Homepage: https://www.georgekaran.com/
- Size: 27.6 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Website
![]()
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