Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romankurnovskii/cloud-exam-prepare
Prepare for AWS Certification exams
https://github.com/romankurnovskii/cloud-exam-prepare
aws certificate opensource react typescript
Last synced: 3 days ago
JSON representation
Prepare for AWS Certification exams
- Host: GitHub
- URL: https://github.com/romankurnovskii/cloud-exam-prepare
- Owner: romankurnovskii
- License: mit
- Created: 2022-10-12T03:07:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T06:08:25.000Z (5 months ago)
- Last Synced: 2024-06-24T07:28:09.112Z (5 months ago)
- Topics: aws, certificate, opensource, react, typescript
- Language: TypeScript
- Homepage: https://www.cloud-exam-prepare.com
- Size: 2.35 MB
- Stars: 26
- Watchers: 2
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## About
AWS Certified exam questions 2023 + questions
Project: https://www.cloud-exam-prepare.com/
![cloud-exam-prepare.com](assets/site-preview.png)
Stack:
- TypeScript
- React
- Bulma CSS
- AWS Cognito
- AWS AmplifyProject Roadmap: https://github.com/users/romankurnovskii/projects/4
## Usage
You can start it locally or place app on your site. It will work with backend as usual.
```sh
git clone https://github.com/romankurnovskii/cloud-exam-prepare.git
cd cloud-exam-prepare
npm install
```Update `.env` if required with own AWS Cognito data or leave blank.
```
npm run start
```## Progress
1. [Issues and Roadmap](https://github.com/users/romankurnovskii/projects/4)
1. [Initial setup with AWS Amplify](https://romankurnovskii.com/en/posts/cloud-exam-quizz/amplify-setup-project/)
1. [Setup custom domain for project](https://romankurnovskii.com/en/posts/cloud-exam-quizz/amplify-custom-domain/)