Official website of robotics club NITP
Project has following functionalities
- Creating a Component in React
- Making HTTP calls
- Communicating between parent and child component
- Using Basic Routing in React
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 WebSite is deployed in https://roboticsnitp.co.in/
Click on the link to see the website.
Clone the project into local.
Install all the npm packages. Go into the client folder and type the following command to install all npm packages
npm install
In order to run the application Type the following command
cd client
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
Thanks goes to these wonderful people ❤️: