Skip to content

Official website of Webwiz, NIT Rourkela. The club with the highest growth🚀

License

Notifications You must be signed in to change notification settings

iamakl/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
  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

💻

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

About

Official website of Webwiz, NIT Rourkela. The club with the highest growth🚀

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.7%
  • CSS 5.0%
  • HTML 1.3%