项目作者: M-Hafez22

项目描述 :
New design for the CS50x Harvard website
高级语言: JavaScript
项目地址: git://github.com/M-Hafez22/cs50x-concept.git
创建时间: 2020-10-20T23:27:41Z
项目社区:https://github.com/M-Hafez22/cs50x-concept

开源协议:

下载


CS50x 2020 concept

A Dark mode version for the CS50x Harvard website.

Table of Contents

What’s New

  • Dark Mode
    like all developer tools (IDE, text editors)
  • More focus on course content
    Move all sidebar to the bottom to reduce distraction

Manual

  • To go to the home page click the link at the top-left of the page
    home page link

  • On the home page, you will find a list for weeks from 0 to 8
    weeks list

  • The sidebar links have moved to the bottom of the page
    sidebar links


Clone

To clone, you’ll need Git and Node.js (which comes with npm) installed on your computer.
From your command line:

  1. Clone this repository

  2. Go into the repository

    • cd cs50x-concept
  3. Install dependencies

    • npm install
  4. Run the app

    • npm start

Technologies

  • React version : ^17.0.0
  • Sass version : ^4.14.1

    you can see all dependencies from package.json


Inspiration

  • This is my Final Project for CS50x.
  • I really enjoyed this course especially as it focuses more on how to be a developer rather than how to develop a project.

Finally, I would like to thank everyone who co-produced this course.