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
- Host: GitHub
- URL: https://github.com/celes-sb/gradebook-js
- Owner: celes-sb
- Created: 2024-07-27T11:43:04.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T21:12:27.000Z (11 months ago)
- Last Synced: 2025-01-01T05:42:32.463Z (5 months ago)
- Topics: cssmodules-react, frontend, javascript, nextjs, nodejs, reactjs
- Language: CSS
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ProjectAs 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!