This is a demo website for a fictional company called Cyber Security Solutions (CSS), built as a coursework project using Create React App. I plan on adapting this to be a template for future portfolios.
- Responsive React-based single-page application
- Informational pages: Home, About, and more
- Blog section with Markdown-based articles & Easy blog system
- Modern UI with smooth route transitions
-
Clone the repository:
git clone https://github.com/sudoxyz/demoSite.git cd demoSite
-
Install dependencies:
npm install
Start the app in development mode:
npm start
Open http://localhost:3000 in your browser to view the site.
To create an optimized production build:
npm run build
The build output will be in the build/
directory.
To add more blogs
- Put your markdown file(s) in
public/blogs
. - Index the new file(s) in
public/blogs.json
with your chosen title and file path. - Add description to blog:
--- description: Description content ---
Made by github.com/sudoxyz