Welcome to The Upskill Club Web repository! This project serves as the front-end application that connects to the Django backend. It provides a user-friendly interface to explore courses in various categories.
To get started with The Upskill Club Web application, follow these steps:
-
Clone the repository:
git clone https://github.com/SourabhJaz/upskill-club-web.git
-
Navigate into the project directory:
cd upskill-club-web
-
Install the required dependencies:
npm install
To run the application locally, use the following command:
npm start
The application will be available at http://localhost:3000
.
- Course Categories: View and filter courses by their categories.
- Course Listings: Browse through available courses with detailed descriptions.
- Course Sessions: Access information about different sessions related to the courses.
Contributions are welcome! If you would like to contribute to this project, please follow these steps:
- 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 more details.
Feel free to explore the code and contribute to enhance The Upskill Club Web application!