Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayyush08/workshop-task-2
Tabs Project - Fetching json data from an api and rendering accordingly
https://github.com/ayyush08/workshop-task-2
Last synced: 26 days ago
JSON representation
Tabs Project - Fetching json data from an api and rendering accordingly
- Host: GitHub
- URL: https://github.com/ayyush08/workshop-task-2
- Owner: ayyush08
- Created: 2024-06-12T18:09:46.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T18:12:10.000Z (8 months ago)
- Last Synced: 2024-06-13T00:23:43.878Z (8 months ago)
- Language: JavaScript
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tabs Project
## Description
This project is a ReactJS workshop that covers various topics related to web development using ReactJS. It includes hands-on exercises, code examples, and step-by-step instructions to help you learn and practice ReactJS concepts.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Features](#features)
- [Contributing](#contributing)
- [License](#license)## Installation
To get started with this project, follow these steps:
1. Clone the repository: `git clone https://github.com/ayyush08/workshop-task-2.git`
2. Navigate to the project directory: `cd workshop-task-2`
3. Install the dependencies: `npm install`## Usage
To run the project, use the following command:
```
npm run dev
```This will start the development server and open the application in your default browser.
## Features
- Feature 1: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
- Feature 2: Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium.
- Feature 3: Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit.## Contributing
Contributions are welcome! If you would like to contribute to this project, please follow these guidelines:
1. Fork the repository.
2. Create a new branch: `git checkout -b feature/your-feature-name`
3. Make your changes and commit them: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin feature/your-feature-name`
5. Submit a pull request.