Skip to content

Krounosity/gdg_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDG RBU Website

This project is a task for the upcoming Google Developer Groups (GDG) interview. The website represents the GDG RBU Chapter, showcasing the chapter's mission, events, technologies, and FAQs. It’s built using React.


Features

  • Landing Page: Overview of GDG RBU with a call-to-action button to join the community.
  • Mission & Vision Section: Describes the group’s purpose and goals.
  • Statistics: Displays years active, number of events, members, and attendees.
  • Technologies: Highlights key technologies, including Android, Flutter, and Google Cloud.
  • FAQs Section: Answers common questions about GDG and how to get involved.

Installation

Local Development

  1. Clone the repository:

    git clone https://github.com/yourusername/gdg-rbu-website.git
    
  2. Navigate to the project directory:

    cd gdg_rbu_website
    
  3. Install dependencies:

    npm install
    
  4. Run the development server:

    npm start
    

The app will be accessible at http://localhost:3000


Docker Setup

  1. Build Docker image:

    docker build -t gdg-rbu-website .
    
  2. Run the Docker container:

    docker run -p 3000:3000 gdg-rbu-website
    

Access the app at http://localhost:3000


Screenshots



Technologies Used

  • React: Frontend framework for building UI components.
  • SASS: CSS preprocessor for styling.
  • Node.js: Runtime for running the React app.

Contributing

If you want to contribute:

  1. Fork the repository.

    git clone https://github.com/yourusername/gdg-rbu-website.git
    
  2. Create a new branch (git checkout -b feature/NewFeature).

    git checkout -b feature/NewFeature
    
  3. Commit your changes (git commit -m 'Add new feature').

    git commit -m 'Add new feature'
    
  4. Push to the branch (git push origin feature/NewFeature).

    git push origin feature/NewFeature
    
  5. Open a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published