This is a React-based website built for educational purposes. The website is hosted at Edusity Website.
Edusity Website is a platform that provides various educational resources and tools. The main goal is to offer a user-friendly and interactive learning experience.
- Responsive Design: Adapts to different screen sizes for optimal viewing on any device.
- Interactive Components: Engaging user interface elements to enhance the learning experience.
- Easy Navigation: Intuitive layout for easy access to different sections of the website.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/ProgrammerAditya36/react_website.git
- Navigate to the project directory:
cd react_website - Install the dependencies:
npm install
To start the development server, run:
npm start
The website is deployed using GitHub Pages. To deploy your own version, follow these steps:
- Build the project:
npm run build
- Deploy to GitHub Pages:
npm run deploy
Ensure the homepage field in your package.json is set to "https://<your-github-username>.github.io/<repository-name>".
- React: A JavaScript library for building user interfaces.
- Vite: A build tool that provides a fast development experience.
- GitHub Pages: Hosting service for static websites.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes and commit them (
git commit -m 'Add new feature'). - Push to the branch (
git push origin feature-branch). - Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.