All Projects → p32929 → P32929.github.io

p32929 / P32929.github.io

Licence: mit
Second iteration of my portfolio - created using ReactJS, Material-UI, Overmind, etc

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to P32929.github.io

Material Design Data
关于 Material Design 的一切资料都在这里
Stars: ✭ 1,857 (+2110.71%)
Mutual labels:  open-source, open-source-project, material-design, material-ui
Fimbo
free to use portfolio templates
Stars: ✭ 265 (+215.48%)
Mutual labels:  portfolio, portfolio-website, free, templates
Mahapps.metro.iconpacks
Awesome icon packs for WPF and UWP in one library
Stars: ✭ 1,157 (+1277.38%)
Mutual labels:  open-source, material-design, material-ui
Cardview
Material Design Cards ? How cool is that !
Stars: ✭ 101 (+20.24%)
Mutual labels:  material-design, material-ui, templates
Mui Treasury
A collection of ready-to-use components based on Material-UI
Stars: ✭ 1,821 (+2067.86%)
Mutual labels:  open-source, material-design, material-ui
Shards Dashboard
🔥A beautiful Bootstrap 4 admin dashboard templates pack.
Stars: ✭ 1,143 (+1260.71%)
Mutual labels:  free, material-design, material-ui
Portfolio
My self coded personal website build with React.js
Stars: ✭ 112 (+33.33%)
Mutual labels:  create-react-app, portfolio, easy-to-use
Flexible Jekyll
Flexible-Jekyll is a simple and clean theme for Jekyll
Stars: ✭ 531 (+532.14%)
Mutual labels:  portfolio, portfolio-website, free
Material Progressview
🔥A beautiful, gradual and simple used progress view for android.
Stars: ✭ 406 (+383.33%)
Mutual labels:  easy-to-use, material-design, beautiful
Wanna
💡✔ Wanna is an implementation of a 21st-century to-do list app.
Stars: ✭ 189 (+125%)
Mutual labels:  create-react-app, material-design, material-ui
Material Kit React Native
Material Kit React Native
Stars: ✭ 424 (+404.76%)
Mutual labels:  free, open-source, material-design
Developer Portfolio
Single page developer portfolio template.
Stars: ✭ 23 (-72.62%)
Mutual labels:  portfolio, portfolio-website, developer
Starter React Flux
Generate your React PWA project with TypeScript or JavaScript
Stars: ✭ 65 (-22.62%)
Mutual labels:  create-react-app, material-ui
Moviefinderusingmvvm Android
🔥 MVVM + Clean Architecture + Best Practices | 🍿Movie Finder is a sample Android application 📱to search movies using OMDb API which is built to demonstrate use of Modern Android development tools - (Kotlin, Coroutines, Kodein, Architecture Components, MVVM, Retrofit, Gson, Material Components) 😊😊😉
Stars: ✭ 66 (-21.43%)
Mutual labels:  material-design, material-ui
Awesome Readme
A guide to writing an Awesome README. Read the full article in Towards Data Science.
Stars: ✭ 65 (-22.62%)
Mutual labels:  open-source, templates
Android data
Some Android learning materials, hoping to help you learn Android development.
Stars: ✭ 8,461 (+9972.62%)
Mutual labels:  open-source-project, material-design
Android Material Design In Practice
A project to demonstrate the latest material design principles with simple examples. It has additional examples on how to easily scale texts on different screen sizes without extra effort.
Stars: ✭ 67 (-20.24%)
Mutual labels:  material-design, material-ui
Covid tracker
A covid statistics app made with Flutter SDK
Stars: ✭ 70 (-16.67%)
Mutual labels:  open-source, open-source-project
Material Ui Layout
Declarative layout for Material UI
Stars: ✭ 71 (-15.48%)
Mutual labels:  material-design, material-ui
Nat
nat - the 'ls' replacement you never knew you needed
Stars: ✭ 1,129 (+1244.05%)
Mutual labels:  open-source, easy-to-use
The 2nd iteration of My Personal App - created using ReactJS, Overmind, Material UI etc...

p32929

Visit Live: https://p32929.github.io/

Share

Sharing this repository with your friends is just one click away from here

facebook twitter tumblr pocket pinterest reddit linkedin whatsapp

or Share my portfolio link ( https://p32929.github.io/ ) with your friends in just a click

facebook twitter tumblr pocket pinterest reddit linkedin whatsapp

How to use

Prerequisites

You need to have NodeJS and NPM installed in your computer. If you don't have them installed, install them from here: https://nodejs.org/en/download/

How to run the project

  1. Fork the repository ( Recommended )
  2. Clone your forked repository using git clone YOUR-REPOSITORY-URL
  3. Install all the dependencies using this command: npm install
  4. Run the project using this command: npm start

Create your own portfolio

  1. Fork the repository ( Recommended )
  2. Change the repository name to https://your-github-username.github.io/ by going into settings
  3. Clone the repository using git clone YOUR-REPOSITORY-URL
  4. To modify the First Visible page infos (Like your name, image etc), edit src/Utils/MainItems.js file.
  5. To modify everything else, edit src/Utils/GlobalVariables.js file constants. For instance: Skills are in the skills constant.
  6. To deploy the WebApp, Run this command: npm run deploy

Volla!! Now, you can check your portfolio LIVE version in the homepage URL (https://your-github-username.github.io/). Github may take a while to update the github page into your homepage URL.

Thanks

Thanks to everyone for your STARS, WATCHES, FORKS, & VISITS. Special thanks to Facebook for the ReactJS library, mui-org for the Material-UI Components library, casesandberg for the react-color library, Plabon Dey for the Dynamic Color idea :P and Github pages for letting me host it for free. Am I missing anyone? If yes, Let me know via facebook: https://www.facebook.com/p32929/

Design inspired from https://www.uplabs.com/posts/glazzy-free-portfolio-psd-template

LICENSE

MIT License

Copyright (c) 2020 Fayaz Bin Salam

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

FAQ

  • Can I use it for any personal/commercial project? -> Yes. But don't change/remove the fork icon and the URL it redirects to at the TOP-RIGHT corner. So that, others can also benefit from the repository.

  • Can I use it for making my personal/commercial portfolio? -> Definitely. But make sure you FORK it while doing it :)

  • Can I share your portfolio link with my friends? -> DEFINITELY! ^_^

  • Can I contact you if I get stuck while trying to create my own portfolio using the forked source code? -> DEFINITELY! :)

Support

If you like my works and want to support me/my works, feel free to support or donate. My payment details can be found here: https://p32929.github.io/SendMoney2Me/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].