andrewjulian / phase-3-project-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Learning Management System MVP (Client Side)

Table of Contents
  1. About The Project
  2. Usage
  3. Skills
  4. Contributing

About The Project

This project seeks to replicate a process for managing students and assignments by a teacher. The user, in this case a teacher, can add students and assignments, as well as sort through the assignments by student. Lastly, the teacher can and a modify the points earned for a student assignment.

(back to top)

Built With

  • React.js

(back to top)

Usage

This project has three routes for user navigation. The Home page contains information regarding the purpose and use of the other pages. The Assignments route allows the user to see current assignments based on student name. The Edit route allows a user to add students and assignments to the backend database.

A demonstrate of this application can be found here --> https://www.loom.com/share/d699a9b594c94494a91c734dcad496f9

You can run the front end after starting the server with npm start.

(back to top)

Skills

  • Build a separate React frontend application
  • Frontend interacts with the API to perform CRUD actions.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

About


Languages

Language:JavaScript 78.6%Language:CSS 12.8%Language:HTML 8.6%