EduNode is an educational platform designed to provide accessible learning resources and interactive educational experiences.
EduNode aims to democratize education by providing a user-friendly platform for learners of all backgrounds. Our React-based application delivers educational content in an engaging and interactive format.
- Interactive learning modules
- User-friendly interface
- Responsive design for all devices
- Progress tracking
- Resource library
- Node.js (v14 or higher)
- npm (v6 or higher)
- Clone the repository
git clone https://github.com/yourusername/edunode-website.git cd edunode-website ## Usage
In the project directory, you can run:
Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes. You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.
edunode-website/ ├── public/ # Static files ├── src/ # Source code │ ├── components/ # Reusable UI components │ ├── pages/ # Page components │ ├── assets/ # Images, fonts, etc. │ ├── styles/ # CSS/SCSS files │ ├── utils/ # Utility functions │ ├── App.js # Main app component │ └── index.js # Entry point └── package.json # Project dependencies
For advanced configuration options, please refer to the Create React App documentation .
This project is deployed using Netlify. Any changes pushed to the main branch will trigger a new deployment automatically.
For more information about deployment options, see the Create React App deployment documentation .
- Fork the repository
- Create your feature branch ( git checkout -b feature/amazing-feature )
- Commit your changes ( git commit -m 'Add some amazing feature' )
- Push to the branch ( git push origin feature/amazing-feature )
- Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Built with ❤️ by the EduNode Team