Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-05-14T07:50:07.000Z (6 months ago)
- Last Synced: 2024-05-14T08:53:32.804Z (6 months ago)
- Topics: css, html, javascript, react, redux, tailwind
- Language: JavaScript
- Homepage: https://thecodechaser.com/
- Size: 5.45 MB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/thecodechaser-blueviolet)
# 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
![screenshot](./src/assets/images/previews/preview1.png)
### Portfolio Page
![screenshot](./src/assets/images/previews/preview2.png)
### Blogs Page
![screenshot](./src/assets/images/previews/preview3.png)
## 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 [email protected]:thecodechaser/portfolio-frontend.gitcd 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.