Project has following functionalities
- Creating a Component in React
- Making HTTP calls
- Communicating between parent and child component
- Using Material-UI along with React
- Using Basic Routing in React
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. โญ
Refer to https://nodejs.org/en/ to install nodejs
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
The Application is deployed in https://webwiz-portfolio.web.app/
Click on the link to see the application
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 ๐๐
- Solve the issues which are listed
- 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.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
- Go to
/Webwiz-revamp/src/pages/teamData
- Feed your data to the relevant section
- Upload a favorite photo of yours in the
assets/data
folder inWebwiz-revamp/src/assets/data
- 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.
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!