mian-ali /
GymWebsite
This repository contains the source code for a gym website, implemented as a single page application (SPA) using HTML, CSS, and JavaScript.
Loading repository data…
kriasoft / repository
A single-page application (SPA) project template (aka SPA seed project), which has a pre-configured build system, JavaScript bundling and dependency resolution, unit and integration test runners, minimization and optimization for production deployments.
SPA Front-end Starter Kit is an application skeleton for a typical single-page application (SPA). You can use it to quickly bootstrap your web application projects and dev environment for these projects. It includes the following set of pre-configured dev tools at your disposal: Browserify, Gulp, Karma, Protractor...
.
├── build # A compiled version of the app
├── docs # Documentation files
├── node_modules # Node.js dev tools and utilities
├── public # Public / static files: favicon.ico etc.
├── src # The source code of the application
│ ├── images
│ ├── styles
│ └── ...
├── test # Unit, integration and load tests
│ ├── e2e # End-to-end tests
│ └── unit # Unit tests
└── ...
To get started you can simply clone the repo and install the dependencies:
> git clone https://github.com/KriaSoft/SPA-Seed.Front-end.git MyApp
> cd MyApp # Navigate to the newly created project's directory
> npm install -g gulp # Install Gulp task runner globally
> npm install # Install node.js components listed in ./package.json
To compile and run the application do:
> gulp
Now browse to the app at http://localhost:8000/
Selected from shared topics, language and repository description—not editorial ratings.
mian-ali /
This repository contains the source code for a gym website, implemented as a single page application (SPA) using HTML, CSS, and JavaScript.
ranjithprabhuk /
Angular Bootstrap Dashboard is a web dashboard application based on Bootstrap and AngularJS. All components included in this dashboard template has been developed to bring all the potential of HTML5 and Bootstrap plus a set of new features (JS and CSS) ideal for your next dashboard admin theme or admin web app project. Angular Bootstrap Dashboard can be used in any type of web applications dashboard: Single Page Application (SPA), project management system, ecommerce admin dashboard, CMS, CRM, SAAS, help desk; for personal and business purposes. Angular Bootstrap Dashboard uses ui-router for routing purposes.
mahmudahsan /
A dynamic content management system for publishing youtube videos and blog post in a single page web application.
19smabtahinoor /
It is a single page application made with ReactJS, Tailwind CSS etc...
Active-CSS /
The epic event-driven browser language for UI with functionality in one-liner CSS. Over 100 incredible CSS commands for DOM manipulation, ajax, reactive variables, single-page application routing, and lots more. Could CSS be the JavaScript framework of the future?
SajaAbdullah /
Ecommerce website for cake shop that enable users to design their own cakes and order it online. the website has admin control panel for management activates. Users, products, orders and reviews management. The website is built in using React for single page frontend dynamic and fast applications. the backend is built in using Django python following object-oriented programming approach. Data fetching and state management in frontend side done using react redux toolkit. Database API requests managed using Django REST framework (DRF) and secured by simple JSON web tokens (JWT). Customer Side user interfaces design is responsive and implements using Syntactically Awesome Style Sheets SASS. Admin Panel user interfaces are not responsive and implemented simple CSS external stylesheets.