Skip to content

Nehir0109/october-frontend-architecture-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archi's Academy Architecture Project

📌 Project Overview

October Frontend Architecture 1 is a structured frontend starter template designed for building scalable and maintainable web applications. Built with HTML, CSS, and JavaScript, the project focuses on clean architecture and modular design.

🚀 Technologies Used

  • Frontend: HTML, CSS, JavaScript
  • Styling: SCSS / CSS
  • Code Quality: ESLint, Prettier (if configured)
  • Package Management: npm / yarn

🎯 Key Features

  • 📱 Responsive Design – Works on mobile, tablet, and desktop.
  • Clean Architecture – Modular structure for easy maintenance.
  • 🛠️ Reusable Components – Components organized for scalability.
  • 🔍 Optimized Workflow – With package management and build scripts.

📂 Project Structure

├── public/ # Static assets
├── src/ # Source code
│ ├── components/ # Reusable components
│ ├── pages/ # Page-level modules
│ ├── assets/ # Images, icons
│ └── main.js # Entry point
├── package.json
└── README.md

⚙️ Installation & Setup

Run the following commands in your terminal:

# Install dependencies
npm install
# or
yarn install

# Start development server
npm start
# or
yarn start

# Build for production
npm run build
# or
yarn build

👩‍💻 Contributions

This project was originally developed as part of a group project at Archi's Academy. I have published it on my personal GitHub to showcase my individual contributions.

About

Archi's Academy Architecture Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •