Skip to content

faseehahmed1/readme-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Front End (Tech Test)

Overview

As per brief, I have created an employee salary management table that:

  • Displays the users in a list/table.

  • Can create new user.

  • Can update exisiting user.

  • Can delete users.

  • Plan.md details the full approach

  • Assets folder includes useful info such as Component Tree.

Tech Stack

FrontEnd: React/JS/CSS

Testing Cypress/Jest

Server: Node, Express

DataBase: PostgreSQL

✨ Deployed Site ✨

https://you-link-here.netlify.app/

App Demo

  • A talk-through of my solution

Upload your vidoe as mp4 here N.B. To add the video edit the readme in GitHub itself not via vsCode, drag and drop your mp4 file into the readme.

Run Locally

Clone the project

  git clone https://your-link-here.com/.git

Install dependencies

  npm install

Create .env file at root

  REACT_APP_BACKEND_URL= (discussed with recruiter)

Start the server (*Ensure the BackEnd Server is Running first)

  npm start

Running Tests

To run component tests, run the following command

  npm run test

To run E2E tests, run the following command

  npx cypress open

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published