https://github.com/taracamary/axit-site
Responsive landing page built with React and SCSS, following BEM methodology. The layout is split into reusable components with clean, semantic HTML. The project uses react-scripts for build and development, focusing on modularity, code clarity, and consistent styling. No UI frameworks — just structured, scalable markup
https://github.com/taracamary/axit-site
accessibility bem-methodology clean-code component-architecture developer-tools frontend html5 portfolio reactjs responsive-layout scss semantic-html static-site web-development website
Last synced: 2 months ago
JSON representation
Responsive landing page built with React and SCSS, following BEM methodology. The layout is split into reusable components with clean, semantic HTML. The project uses react-scripts for build and development, focusing on modularity, code clarity, and consistent styling. No UI frameworks — just structured, scalable markup
- Host: GitHub
- URL: https://github.com/taracamary/axit-site
- Owner: taracamary
- Created: 2025-07-01T17:12:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-01T17:50:28.000Z (about 1 year ago)
- Last Synced: 2025-07-01T18:33:16.746Z (about 1 year ago)
- Topics: accessibility, bem-methodology, clean-code, component-architecture, developer-tools, frontend, html5, portfolio, reactjs, responsive-layout, scss, semantic-html, static-site, web-development, website
- Language: SCSS
- Homepage: https://taracamary.github.io/axit-site/
- Size: 4.23 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AXIT
## 🚀 Project Description
**AXIT** is a modern, responsive one-page prototype template built with React and SCSS—perfect for showcasing beautiful designs and interactive UI patterns. It lets you:
- Showcase a full-screen hero header with background imagery and a signup form
- Highlight key features with custom iconography and concise copy
- Display pricing options side-by-side in a clean card layout
- Collect customer feedback via a testimonial slider
- Include a “Contact Us” form section for lead capture
- Offer footer social links and a dropdown menu for mobile navigation
Built to demonstrate best practices in component-driven UI development, AXIT is a great starting point for landing-page prototypes or production sites.
---
## 🔗 Live Demo
[View the live demo on GitHub Pages](https://taracamary.github.io/axit-site/)
---
## 🛠️ Technologies Used
- **React** (via Create React App)
- **SCSS** for modular, maintainable styling
- **CSS Flexbox & Grid** for flexible layouts
- **Semantic Class Naming** by BEM-style conventions for clear, maintainable markup
- **React-Burger-Menu** for the collapsible sidebar
- **Font Awesome** for crisp, scalable icons
- **Babel** for modern JavaScript transpilation
- **npm** package management
---
## 📸 Screenshot

---
## 🚀 Quick Start
- To install `node_modules` run `npm install`.
- To run project in dev mode run `npm start`.
- To create production build run `npm run build`.
- Link to the website `http://localhost:3000/`.