Skip to content

Resourcio-Community/Resourcio_Community-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resourcio Community


Open Source Love svg1 PRs Welcome Visitors GitHub forks GitHub Repo stars GitHub contributors GitHub last commit GitHub repo size Github GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests


One stop hub for all Engineers

Table of Contents
  1. Key Features 📌
  2. Screenshots
  3. Getting Involved
  4. Contributing
  5. Set Up
  6. Learn More
  7. Conect With US

Key Features 📌:

  • All software related resources in one single place
  • Interactive Sessions
  • News and updates of upcoming Hackathons & Open Sources Programs
  • 50+ resources added
  • Open Source Community

Tech Stacks used 💻:

  • React JS
  • JavaScript
  • Node.js
  • MongoDB
  • HTML + CSS

Screenshots

Home-Page
Category-Page
About-Page

🔼 Back to top

Getting Involved

We welcome contributions from the community and are always looking for ways to improve Resourcio Community. Here's how you can get involved:

Contribute code

If you have experience with React and would like to contribute code to the project, please follow the guidelines in the CONTRIBUTING.md file. Your contributions are greatly appreciated!

Report bugs and suggest features

If you find any bugs or have ideas for new features, please open an issue in the Issues section of the repository. Make sure to check if the issue has already been reported before creating a new one.

Ask for help

If you need help with anything related to the React App, feel free to open an issue in the Issues section or reach out to the repository owner or a collaborator for assistance.

We are excited to see what you can bring to the React App and can't wait to see your contributions!

Getting Started with Resourcio_Community-Website

This project was bootstrapped with Create React App.

To Setup this project in your local environment

  • Fork this repo Screenshot 2023-05-20 220917
  • Clone repo to you local system
git clone https://github.com/<your-name>/Resourcio_Community-Website.git
  • Navigate to Project folder
cd Resourcio_Community-Website
  • Navigate to frontend
cd frontend
  • Add .env.local file using Visual Studio Code or any other IDE (example is given in the .env.example) [API url is given below]
https://rc-backend.vercel.app/api
  • You can add the .env.local using Terminal as well by pasting the same API url (Alternative to GUI)
touch .env.local
vi .env.local

Press "I" to insert, then paste URL and save using ESC, then :wq + Enter

  • run
npm install
  • Then run
npm start
  • Good to go!

🔼 Back to top

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can't go back!

If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Connect

Join Resourcio Community

                        

Show some ❤️ by 🌟 this awesome repository!

🔼 Back to top