Skip to content

Chriscastanuela/school-registration-fe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

School Registration Site

A js project by Christopher Anthony Castanuela

Contents

About | Built With | Installation | Testing | Final Version | Successes | Link to the Author

About

Back to Main
This website can register a new student, log a student in, and allows students to register for a course

Built With

Back to Main

  • React.js
  • React Router
  • SASS/SCSS
  • Git/Github
  • Fetch API
  • React Testing Library
  • Jest
  • UserEvent
  • ES6 Javascript
  • HTML
  • Express
  • Cors

Installation

Back to Main

Open your terminal, run the following commands:

  • git clone https://github.com/Chriscastanuela/guild-fe.git school-registration
  • cd school-registration
  • npm i
  • npm start
  • In a separate Terminal window run git clone https://github.com/Chriscastanuela/Guild-BE.git school-registration-backend
  • cd school-registration-backend
  • npm i
  • npm start

Testing

Back to Main
After running npm i in the folder school-registration run npm test

Final Version

Back to Main
gif

Successes

Back to Main
The site is able to do the following:

  • Register a new student
  • Display the new student ID after registering
  • Fetch existing students from an external API
  • Fetch courses and their information from an external API
  • Post a new course ID to a student

Link to the Author

Back to Main

Christopher Castanuela here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published