Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 React One

A modern React application built for learning @GomyCode, experimenting, and exploring the power of React.js! This project serves as a boilerplate or starter for anyone looking to build dynamic user interfaces using React and modern frontend tools.

🚀 Features

  • ✅ React 18 with functional components and hooks
  • 🎨 Custom styling with CSS
  • 🧹 Clean and optimized project structure
  • 📁 Removed boilerplate files for simplicity
  • 💡 SEO-friendly index.html template

📂 Project Structure

myapp/
├── public/
│   └── index.html          # Main HTML file
├── src/
│   ├── App.js              # Root component
│   ├── App.css             # Component styles
│   ├── index.js            # Entry point
│   ├── index.css           # Global styles
├── package.json            # Project metadata and dependencies
└── README.md               # Project overview and instructions

🛠️ Getting Started

Prerequisites

Installation

  1. Clone the repository

    git clone https://github.com/StephenLegacy/reactOne.git
    cd reactOne/myapp
  2. Install dependencies

    npm install
  3. Start the development server

    npm start

The app should now be running at http://localhost:3000 🚀

📦 Scripts

  • npm start – Runs the app in development mode.
  • npm run build – Builds the app for production.
  • npm test – (Optional) Add your own tests later!

🙌 Contributing

Pull requests are welcome! If you have suggestions or ideas, feel free to fork the repo, make changes, and submit a PR.

📄 License

This project is open-source and available under the MIT License.


Made with 💙 by Stephen Oloo

About

Initial repo for learning react at Gomycode

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages