Skip to content

ElisonKs/my-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Capstone Project

#Live Demo https://my-htg1p79uh-elisonks-projects.vercel.app/

A modern React application built with Create React App, featuring a component-based architecture and routing capabilities.

Project Structure

capstone/
├── public/          # Static files
├── src/             # Source code
│   ├── components/  # Reusable React components
│   ├── utils/       # Utility functions and helpers
│   ├── App.js       # Main application component
│   └── index.js     # Application entry point
└── package.json     # Project dependencies and scripts

Features

  • Built with React 19
  • React Router for navigation
  • Component-based architecture
  • Testing setup with Jest and React Testing Library

Prerequisites

  • Node.js (v14 or higher)
  • npm (v6 or higher)

Getting Started

  1. Clone the repository
  2. Install dependencies:
    cd capstone
    npm install
  3. Start the development server:
    npm start
    The application will be available at http://localhost:3000

Available Scripts

  • npm start - Runs the app in development mode
  • npm test - Launches the test runner
  • npm run build - Builds the app for production
  • npm run eject - Ejects from Create React App (one-way operation)

Development

The project uses modern React features and follows best practices for component organization. Key features include:

  • React Router for client-side routing
  • Component-based architecture for reusability
  • Utility functions for common operations
  • Testing setup for component validation

Building for Production

To create a production build:

npm run build

This will create an optimized build in the build directory, ready for deployment.

Learn More

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors