Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kedarkk1/netlify_portfolio_website
My Personal portfolio website. Click link below to see the live portfolio website⬇
https://github.com/kedarkk1/netlify_portfolio_website
ant-design antd antdesign crud-application css dark-light-mode dark-mode firebase portfolio react react-router reactjs redux resume ui-design
Last synced: 2 months ago
JSON representation
My Personal portfolio website. Click link below to see the live portfolio website⬇
- Host: GitHub
- URL: https://github.com/kedarkk1/netlify_portfolio_website
- Owner: KedarKK1
- Created: 2022-08-07T11:18:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T05:07:32.000Z (4 months ago)
- Last Synced: 2024-09-12T14:35:37.934Z (4 months ago)
- Topics: ant-design, antd, antdesign, crud-application, css, dark-light-mode, dark-mode, firebase, portfolio, react, react-router, reactjs, redux, resume, ui-design
- Language: JavaScript
- Homepage: https://kedarkoshti.netlify.app
- Size: 6.51 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio Website Link -
- My Website Link -
https://kedarkoshti.netlify.app## Collaborations for future improvements are always welcomed
You can see Features & Future Scope [here](#Features)## For deployment purposes
``` sh
npm run deploy
```
Or```sh
yarn install
```
### Portfolio_Website
My Portfolio Website Deployed# Features
- Project was made in React and Ant Design
- Site is Responsive, and mobile-friendly
- Animations are added to landing page and portfolio website (AOS library)
- Dynamic titles to each webpage and seo-friendly (react-helmet)
- Dark Mode/Light Mode for engineers 😋😍😎 (state management using Redux)
- Number of visits on HomePage (using Firebase counter)
- Google Analytics tracking
- CRUD for everyone# Future Scope
- Infinite scroll on funpage
- Give tags to memes
- Sort according to tags (use ML to get closest tag eg. Elon Musk memes, etc)
- apply ML to fun page to automatically generate tags for memes## Getting Started with the Project
``` sh
git clone https://github.com/KedarKK1/Portfolio_Website.git
```
## Install React Scripts``` sh
npm i
```
npm install react-scripts
This step is for installing all the necessary dependencies, you can also use "npm i"### `npm start`
``` sh
npm start
```
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.### `adding your page`
Make a react component of your page in a folder.
import it in App.js# Show your support
Give a star(⭐️) if this project helped you!## Contributors 😎