Tanishka-22 / acmjec-website-hacktoberfest2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WELCOME TO THE WEB DEVELOPMENT REPOSITORY OF ACM JEC πŸŽ‰ πŸŽ‰

About the Project :

The main aim of this project is to build the website of ACM JEC from scratch as a part of Hacktoberfest2023.

Technology Stack :

  • React+Vite for frontend of the website
  • Node JS for backend

Please refer to the Figma design that is going to be used in the project :
https://www.figma.com/file/N1xdXBgXbmj9MNWTZSRk5L/Untitled?type=design&node-id=0%3A1&mode=design&t=RLyPDJy8SdnxQDm4-1

Hacktoberfest 2023 :

Hacktoberfest is a month-long celebration of open source software, run by DigitalOcean and open to everyone in the global community. It encourages participation in the open source community, which grows bigger every year.

This project is participating in the Hacktoberfest 2023 meaning that all your pull requests that get merged will be counted towards Hacktoberfest contribution.
Please visit the official website of Hacktoberfest for more details and to register for Hacktoberfest 2023.

Important

Make sure you register for Hacktoberfest before submitting any pull requests.

Prerequisites :

  • You should have Node JS and npm installed on your laptop/desktop.
  • Contributors are expected to have the knowledge of React JS and Tailwind CSS.
  • Backend contributors are expected to have the knowledge of Node JS.

Getting Started :

  • Fork this repository (find the button at the top).

  • Clone the repository on your local machine.

    git clone https://github.com/[Your username]/acmjec-website-hacktoberfest2023.git
    
  • On your local machine, navigate to the project directory.

    cd acmjec-website-hacktoberfest2023 
    
  • Open the terminal and install all the dependencies.

    npm install
    
  • Start the development server.

    npm run dev
    
  • After your work is complete, enter the following commands inside the terminal :

    git add .
    git commit -m 'message' 
    git push 
    
  • Now go to your forked repository on Github and contribute your code by opening a new pull request.

  • Submit the pull request and wait for your code to get merged.

    CONGRATULATIONS! YOU ARE NOW READY TO CONTRIBUTE TO THIS PROJECT. πŸŽ“πŸŽ“πŸŽ“

About


Languages

Language:JavaScript 56.5%Language:CSS 38.7%Language:HTML 4.4%Language:Dockerfile 0.3%