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/
- 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.
React is a JavaScript library for building fast and interactive UIs.
Vercel is a cloud platform for deploying and scaling React applications.
- Clone the repository
git clone https://github.com/PEC-CSS/acm-fun.git
- Change the working directory
cd acm-fun
- Install dependencies
npm install
- Run the app
npm start
- 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.
- To build for production use the command:
npm run build
This command bundles React in production mode and optimizes the build for the best performance. The build is minified, and the filenames include hashes. Once the build process is complete, your app is ready to be deployed.
- To contribute to ACM FUN, refer to Contributing Guidlines
We welcome your contributions and hope you enjoy your journey with ACM FUN!