An open API service indexing awesome lists of open source software.

https://github.com/celes-sb/gradebook-js

Review JavaScript Fundamentals by building a Gradebook App | freeCodeCamp: JavaScript Certification
https://github.com/celes-sb/gradebook-js

cssmodules-react frontend javascript nextjs nodejs reactjs

Last synced: 4 months ago
JSON representation

Review JavaScript Fundamentals by building a Gradebook App | freeCodeCamp: JavaScript Certification

Awesome Lists containing this project

README

        

# Gradebook App
https://celes-sb.github.io/gradebook-js/

## JavaScript and Next.js Project
To run this application:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
### About the Project

As part of my journey to obtain the **JavaScript Algorithms and Data Structures Certification** from [freeCodeCamp.org](https://www.freecodecamp.org/), I am excited to share what I am learning. The Gradebook App is a web application built using JavaScript, Next.js, and React.

### Learning Objectives

- **Algorithms:** Understanding how to develop efficient algorithms to solve problems.
- **Grade Calculation:** Automatically calculate grades based on user input.
- **Responsive Design:** Ensure the application works seamlessly on both desktop and mobile devices.

### Learning Objectives

- **JavaScript:** Apply JavaScript fundamentals to build interactive and functional web applications.
- **Next.js:** Utilize Next.js for server-side rendering and improved performance.
- **React:** Leverage React for building reusable and efficient UI components.

### Why Share This?

By sharing my progress and projects, I aim to:

1. **Build a Portfolio:** Demonstrate my skills and knowledge in JavaScript and related technologies.
2. **Document My Learning:** Keep track of my learning journey and reflect on my progress.
3. **Help Others:** Provide insights and resources for others who are also pursuing similar learning paths.

Stay tuned for more projects and updates as I continue to explore the fascinating world of JavaScript and web development!