https://github.com/techkumarnitish/top-course
react js app ; using fetch api , spinner, useEffect ,useState Hook, react-icon ,react-toast
https://github.com/techkumarnitish/top-course
Last synced: 5 months ago
JSON representation
react js app ; using fetch api , spinner, useEffect ,useState Hook, react-icon ,react-toast
- Host: GitHub
- URL: https://github.com/techkumarnitish/top-course
- Owner: TechKumarNitish
- Created: 2023-08-20T13:00:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-20T13:04:19.000Z (over 2 years ago)
- Last Synced: 2023-08-20T14:35:01.097Z (over 2 years ago)
- Language: JavaScript
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# top-course
This is for creating React projects (top-course app) with REACT JS and Tailwind CSS configured. It uses React version **18.2** and Tailwind CSS version **3.2**.
## Usage
To start building your own components and styles, follow these steps:
1. Clone the repository to your local machine.
```sh
git clone https://github.com/TechKumarNitish/top-course.git
```
1. Install the required packages.
```sh
cd top-course
npm install
```
1. Start the development server.
```sh
npm start
```
1. Open the project in your browser at [`http://localhost:3000`](http://localhost:3000) to view your project.
1. Create your React components and add your styles using Tailwind classes. You can also create new CSS files and import them into your components.
The project is set up to use `postcss-cli` to process your CSS files. You can add your own `tailwind.config.js` file to customize your Tailwind setup.
## Contributing
Contributions are welcome! If you have any suggestions or find any issues, please feel free to open an issue or a pull request.