"The journey of a thousand lines of code begins with a single 'Hello World'."
A simple, structured learning tracker designed for coding enthusiasts. Inspired by the organisation of Trello and the educational flow of Codecademy, CodeProctor helps you break down courses into manageable modules, track progress and stay on top of your learning journey—without the unnecessary complexity.
This project was made so that I can get started on learning MERN with MongoDB instead of MySQL (finally). Furthermore, this is a Next.js project bootstrapped with create-next-app
.
Special thanks to Heaps of Coffee
Stay Learning and MERNing
Go to the Command Line or Terminal and type
npm install
# or
yarn install
# or
pnpm install
# or
bun install
Then, run the development server by typing
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js
(and all other page.js
files in other locations). The page auto-updates as you edit the file.
- Intutitive coding progress tracker
- A visual dashboard showing all the courses you have accomplished
- Customisable milestones for each course
- A sleek, distraction-free interface designed for developers of all levels
Email me at amaengo@protonmail.com if you find any bugs in the program or have any issues running it.