Skip to content

A React TS app demonstrating custom components, API integration, accessibility, responsive design, and tests.

Notifications You must be signed in to change notification settings

sebastian-meckovski/Greenspark-Cards

Repository files navigation

Greenspark Cards React App

For a quicker preview, visit the hosted application using this link

Running locally

In the project directory, run:

npm install

Once all the dependencies are installed, run

npm start

App will run in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run test:e2e

Launches the test runner in the terminal and executes a number of end-to-end tests. Tests are written in Cypress. Make sure you are running the application locally on http://localhost:3000 before initiating the test runner.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Component library

This app uses UI controls from my personal components library published to NPM. Source code repository can be found here

About

A React TS app demonstrating custom components, API integration, accessibility, responsive design, and tests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published