https://github.com/thecodechaser/portfolio-frontend
Portfolio Frontend is a React application for my Portfolio website. It gives a brief description of myself and showcases some of my works and my past experiences.
https://github.com/thecodechaser/portfolio-frontend
css html javascript react redux tailwind
Last synced: 11 months ago
JSON representation
Portfolio Frontend is a React application for my Portfolio website. It gives a brief description of myself and showcases some of my works and my past experiences.
- Host: GitHub
- URL: https://github.com/thecodechaser/portfolio-frontend
- Owner: thecodechaser
- License: mit
- Created: 2022-02-20T10:28:38.000Z (about 4 years ago)
- Default Branch: dev
- Last Pushed: 2025-02-25T20:30:20.000Z (about 1 year ago)
- Last Synced: 2025-04-24T20:17:43.547Z (11 months ago)
- Topics: css, html, javascript, react, redux, tailwind
- Language: JavaScript
- Homepage: https://thecodechaser.com/
- Size: 6.46 MB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# Portfolio Frontend
> Portfolio Frontend is a React application for my Portfolio website. It gives a brief description of myself and showcases some of my works and my past experiences. It also shows my publications where users can drop likes and comments.
## Link to the backend
[Portfolio Backend](https://github.com/thecodechaser/portfolio-backend)
## Preview:
### Home Page

### Portfolio Page

### Blogs Page

## Built With
- HTML
- CSS
- Framer Animation
- EmailJS
- Tailwind
- JavaScript
- REACT
- Redux
- Webpack
- Jest
## Live version
[Portfolio](https://thecodechaser.com/)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- A text editor(preferably Visual Studio Code)
- Node
- Web browser
### Install
- [Git](https://git-scm.com/downloads)
- [Node](https://nodejs.org/en/download/)
### Using it Locally
- Clone the project
```bash
git clone git@github.com:thecodechaser/portfolio-frontend.git
cd portfolio-frontend
```
- Install dependencies
```bash
npm i
or
npm install
```
- To Start the development server
```bash
npm start
```
- To test the project
```bash
npm run test
```
## Visit And Open Files
[Visit Repo](https://github.com/thecodechaser/portfolio-frontend)
## Download Repo
[Download Repo](https://github.com/thecodechaser/portfolio-frontend/archive/refs/heads/dev.zip)
## Authors
👤 **Ranjeet Singh**
- GitHub: [@thecodechaser](https://github.com/thecodechaser)
- Twitter: [@thecodechaser](https://twitter.com/thecodechaser)
- LinkedIn: [thecodechaser](https://linkedin.com/in/thecodechaser)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/thecodechaser/portfolio-frontend/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Inspiration: Microverse
## 📝 License
This project is [MIT](./LICENSE.md) licensed.