Skip to content

Demo Project created as an assessment for the 10xers entry test

Notifications You must be signed in to change notification settings

Ellianto/10xers_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

10xers Demo Project

This project was bootstrapped with Create React App and created as an assessment entry for the 10xers assessment test. It uses the Bootstrap UI Framework Components sourced from react-bootstrap library.

The built project is hosted with Firebase Hosting here.

Building the app

To build the app, make sure to install all the dependencies with the following command at the root folder

npm install  

Then run the npm run build command to generate a built project at the /build directory

npm run build  

If you want to serve the built project, you can use the serve library to do it

npm install -g serve  
serve -s build  

Running Unit Tests

The unit tests are built with @testing-library/react and the test files are right alongside the components in the /src/components/ directory.

To run the tests, after running npm install command, you can execute the npm run test command at the root folder.

npm run test

About

Demo Project created as an assessment for the 10xers entry test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published