Skip to content

anonymouscoolguy/programmingprojects

Repository files navigation

ProgrammingProjects.org

This is a repository of programming projects.

This project aims to create a collection of programming projects, (ideally) complete with guidelines and walkthroughs. The idea is that individuals of various skill levels can use this repository to find practice projects and enhance their understanding of programming concepts.

Running a local copy

You need Node.js installed in your system. If you don't have it, check the official website for further instructions.

git clone https://github.com/anonymouscoolguy/programmingprojects.git

Then install all necessary dependencies,

npm install

And run the live development server,

npm run start