Xendit Assessment
This is an assessment for Xendit which is done by Alireza Safian. It is a SPA React application and includes University list, University Search, Newsletter and About pages.
React.js has been used as the main framework and tailwindcss as CSS framework:
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- Application environment
node v13.10.1 yarn 1.22.0 - Local development & builds
node v13.10.1 yarn 1.22.0
git clone https://github.com/alex-safian/xendit-assessment FOLDER_NAME
cd FOLDER_NAME
npm install // or yarnnpm run test // or yarn test
npm run build && npm run serer // or yarn build && yarn serer
npm run start && npm run serer // or yarn start && npm run serer
Open http://localhost:3000 to view it in the browser.
Node.js is used for storing list of subscribed user in user.json file in root directory. Node.js will run on port 5000.
- Alireza Safian - Initial work