An open API service indexing awesome lists of open source software.

https://github.com/nirnejak/devtuition

DevTuition Intro Presentation
https://github.com/nirnejak/devtuition

Last synced: 4 months ago
JSON representation

DevTuition Intro Presentation

Awesome Lists containing this project

README

          


React Presentation Maker

---

## Included Slide Components

- `` - A cover slide component with the title and subtitle
- `` - A component to show some code
- `` - A slide component to tell about yourself
- `` - An outro slide component with social details

## Other Included Components

- `` - A wrapper components with appropriate spacing to wrap your slide/regular components

## Additional Packages Used

- **Tailwind CSS** - for styling
- **Framer Motion** - for animations
- **Akar Icons** - for icons
- **use-sound** - for using sound effects

## Available Scripts

**Install Dependencies**

```bash
npm install
```

**Install Git Hooks(Required for Development)**

```bash
npm run prepare
```

**Start Development Server**

```bash
npm run dev
```

**Lint all the files**

```bash
npm run lint
```

**Format all files with Prettier**

```bash
npm run format
```

**Check TypeScript issues**

```bash
npm run type-check
```

**Build for Production**

```bash
npm run build
```

**Start Production Server**

```bash
npm start
```

---