Skip to content

Aniket762/webwiz-portfolio

Repository files navigation

Webwiz Portfolio ๐Ÿฑโ€๐Ÿ‘ค

We at WebWiz, aspire to meet all your web development needs at your fingertips. We take pride in not just being able to deliver quality work before deadlines but also in going the extra mile for curating your personalized website wherever and whenever there is scope. We make sure that the best design and technical challenges are in tandem so that the website owns an exquisite front while being swift and intelligible simultaneously.

Project has following functionalities

  1. Creating a Component in React
  2. Making HTTP calls
  3. Communicating between parent and child component
  4. Using Material-UI along with React
  5. Using Basic Routing in React

Starware

Webwiz-portfolio is Starware.
This means you're free to use the project, as long as you star its GitHub repository.
Your appreciation makes us grow and glow up. โญ

Prerequisites ๐Ÿ‘จโ€๐Ÿ’ป

Install Node JS

Refer to https://nodejs.org/en/ to install nodejs

Install create-react-app

Install create-react-app npm package globally. This will help to easily run the project and also build the source files easily. Use the following command to install create-react-app

npm install -g create-react-app

Live Application URL

The Application is deployed in https://webwiz-portfolio.web.app/

Click on the link to see the application

Cloning and Running the Application in local

Clone the project into local

Install all the npm packages. Go into the project folder and type the following command to install all npm packages

npm install

In order to run the application Type the following command

npm start

The Application Runs on localhost:3000

Contributions are welcome ๐ŸŽ‰๐ŸŽ‰

Ways to contribute:

  1. Solve the issues which are listed
  2. Create your own issue and then send PR.

Please refer to the project's style and contribution guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes

Only for Webwiz team members ๐Ÿ˜

  1. Go to /Webwiz-revamp/src/pages/teamData
  2. Feed your data to the relevant section
  3. Upload a favorite photo of yours in the assets/data folder in Webwiz-revamp/src/assets/data
  4. Sample data
  {
            "name":"Aniket Pal",
            "image":require('../assets/data/aniket.jpeg').default,
            "tagline":"Founder",
            "github":"https://www.github.com/Aniket762",
            "linkedin":"https://www.linkedin.com/in/aniket-pal/",
            "instagram":"https://www.instagram.com/itzaniket_762"
        
    }

P.S. For the image key if you cannot use require('') function then put an image link we will fetch it from assets folder no worries ๐Ÿค˜

๐Ÿš€ Please abide by Contributing Guidelines and Code of Conduct.

Contributors โœจ

Thanks goes to these wonderful people (emoji key):


Sumana Basu

๐Ÿš‡ ๐Ÿ’ป

Aniket Pal

๐Ÿš‡ ๐Ÿšง ๐Ÿ“† โš ๏ธ ๐Ÿ’ป

Debasish MIshra

๐Ÿ’ป

Bartosz Zagrodzki

๐Ÿ’ป ๐Ÿ›

This project follows the all-contributors specification. Contributions of any kind welcome!