Skip to content

PEC-CSS/acm-fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACM FUN - React.js Project

ACM FUN is an exciting initiative by PECACM, aimed at engaging beginners in the world of development and open source contributions. 😄

Live URL:- https://acm-fun.vercel.app/

Table of Contents

Features

  • A fun and interactive web application built using React.js.
  • Engage with open source contributions in a beginner-friendly environment.
  • Collaborate with a community of like-minded individuals.

Tech Used

React is a JavaScript library for building fast and interactive UIs.

Vercel is a cloud platform for deploying and scaling React applications.

How to start

  1. Clone the repository
  git clone https://github.com/PEC-CSS/acm-fun.git
  1. Change the working directory
  cd acm-fun
  1. Install dependencies
  npm install
  1. Run the app
  npm start
  1. Open your web browser and navigate to http://localhost:3000 to view the app.

The page will automatically reload when you make changes, and any lint errors will be displayed in the console.

  1. Make sure to follow the directory structure while adding a new game or activity
  • Your game or activity should be created inside a react component, the file for which should be created in src/pages/games for games and src/pages/activities for activities.
  • The css file for your component must be created inside the src/styles/pages/games folder for games and src/styles/pages/activities for activities.
  • To ensure that your created component appears on the website, you must add an entry for your game or activity in the content.js file present in src/data folder.
  • Refer to this pull request to get an idea of the changes you need to make. Do not make any changes other than these unless explicitly required.

Contributing

Contributors


We welcome your contributions and hope you enjoy your journey with ACM FUN!