Code Monkey home page Code Monkey logo

frame's Introduction

Frame

A personal projects website based on Nodejs for high school students to show their works.
v1.0.0 was finished in 10 hrs.

Introduction

Frame was built initially for high school students to present their works in an elegant and simple way. Frame's goal is to let students who don't have programming experience can also be able to set up their own websites for displaying purpose. Though at current state, v1.0.0, students still need some knowledge related to web programming, especially nodejs, json, and pug, this should be achieved in next version, v2.0.0. Frame utilizes MongDB as its database. This allows users to dynamically load their descriptions about their projects and websites directly from databases rather than using local HTML files.
For handling requests, Frame use express and pug.

Preparation

  • MongDB Database
  • Nodejs
  • Packages
  • Currently need some programming experience

Usage

  • To Be Continued

Data Sturture

Pages

{
	name: For URL purpose,
	title: Page title,
	description: Page description,
	subtitle: Secondary title,
	subdescription: Secondary description,
	other:{
		reasons:[{
				reason: Why like these,
				detail: Plain detail,
			},...]
		...
	}
}

Projects

{
	title: Project title/name,
	summary: Introduction of project,
	detail: Project description,
	picurl: Intro picture URL,
	url: Project page URL,
	star: Outstanding project or not,
	date: Start date of project,
	gitrepo: Git repository url
}

TODO

  • Use config.json to load essential info like MongDB URL, author name, social media url, etc.
  • One-click install
  • Add Dashboard
    • Add auth to let owner login
    • Add online editor
    • Add multiple themes
    • Add Customizer
  • Add native pic support, use server itself for storing pictures
  • Multiple file version support, e.g. voice, video
  • Use markdown for text editing
  • More auto generated info
    • project.url should be generated by code
    • etc.
  • More timeline
    • Tree
    • Horizon
    • Vertical
    • Others
  • Avoid being a nodejs version of WordPress

License

MIT

frame's People

Contributors

william-an avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.