This is the landing page for the BashCraft club, a React-based web app designed to showcase the club’s previous and upcoming events. The page highlights the club's mission and includes a responsive design that adapts to both desktop and mobile views. ing-tests) for more information.
- Overview of Previous Events: A list of past events with names, dates, and descriptions.
- Upcoming Events Section: Highlighting future activities and events.
- Responsive Design: Optimized for desktop and mobile screens.
- Modern UI/UX: Clean and visually appealing layout with engaging elements.
- Built with React: Efficient rendering and component-based architecture.
- React: JavaScript library for building user interfaces.
- CSS: Styling for the landing page.
- JavaScript (ES6+): For dynamic functionality and handling state.
git clone https://github.com/umair-moon-malik/bashcraft.gitcd bashcraftMake sure you have Node.js and npm installed. Then, install the project dependencies by running:
npm installStart the development server by running:
npm startThe app should now be running on http://localhost:3000. You can open it in your web browser to view the landing page.