Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Latest commit

 

History

History
42 lines (24 loc) · 1.15 KB

File metadata and controls

42 lines (24 loc) · 1.15 KB

Please notes: All the credential or password are either expired or remove from service provider.

Acknowledge

Navbar

https://ant.design/components/layout/

Name regex

https://regex101.com/r/zL7vZ3/1

Email regex

https://regex101.com/r/pO0jF8/1

Assumption

Space is a Character

According to the course material of "Central Connecticut State University"
space conduct as character. Therefore, the spec of this assessment mentioned
max 60 characters on fullname and 20 characters on skill name word count includes
characters.https://chortle.ccsu.edu/qbasic/chapter13/bc13_6.html

Getting Started

npm install

To install all dependencies of this project

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

npm test

Launches the test runner in the interactive watch mode.
Notes: Due to version issues watchman might need to install to run npm test
brew install watchman