This repository contains my Full Stack Project Assessment. The project demonstrates both front-end and back-end development skills, including data handling, server logic, and user interaction.
This application is a full-stack web project built as part of an assessment. It showcases:
- Front-end user interface
- Back-end server logic
- API communication between client and server
- Data handling and responses
- User-friendly front-end interface
- Server-side API endpoints
- Fetching and displaying data dynamically
- Separation of client and server logic
- Error handling and basic validation
- HTML
- CSS
- JavaScript
- Node.js
- Express.js
- Git & GitHub
client/: Front-end filesserver/: Back-end server logic and routespackage.json: Project dependencies and scriptsREADME.md: Project documentation
- Node.js installed
- npm installed
-
Clone the repository
git clone https://github.com/Joemwa/Full-Stack-Project-Assessment.git cd Full-Stack-Project-Assessment