Skip to content

fadeel7/Project1-React-Aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 1 — React Website Hosted on AWS S3

Overview

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.

Tools Used

  • 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

Features

  • Fully static React site
  • Production-ready build
  • Hosted on AWS S3
  • Publicly accessible via live URL

Live Demo

Check it out here: http://my-react-website-darks.s3-website-us-east-1.amazonaws.com/

How to Run Locally

  1. Clone the repository:
    git clone https://github.com/fadeel7/Project1-React-Aws.git
  2. Install dependencies:
    cd Project1-React-Aws
    npm install
  3. Start the development server:
    npm start

License

MIT

About

Very simple react website hosted on AWS S3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors