This is a beginner-friendly React website hosted on AWS S3 as a static site.
It demonstrates building a frontend project using React and deploying it to the cloud.
- React — for building the frontend
- AWS S3 — for hosting the website
- Node.js & npm — for project setup and build
- HTML / CSS / JavaScript — core web technologies
- Fully static React site
- Production-ready build
- Hosted on AWS S3
- Publicly accessible via live URL
Check it out here: http://my-react-website-darks.s3-website-us-east-1.amazonaws.com/
- Clone the repository:
git clone https://github.com/fadeel7/Project1-React-Aws.git
- Install dependencies:
cd Project1-React-Aws npm install - Start the development server:
npm start