|
1 | | -This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). |
| 1 | +# Easy Straight Shot Academy |
| 2 | + |
2 | 3 |
|
3 | | -## Getting Started |
4 | 4 |
|
5 | | -First, run the development server: |
6 | 5 |
|
7 | | -```bash |
8 | | -npm run dev |
9 | | -# or |
10 | | -yarn dev |
11 | | -# or |
12 | | -pnpm dev |
13 | | -# or |
14 | | -bun dev |
15 | | -``` |
| 6 | +In this tutorial, we’ll walk through building a fully responsive shooting training website from scratch using Next.js and TypeScript. This project is perfect for those looking to enhance their web development skills and learn how to build a structured and scalable site using modern technologies. |
| 7 | + |
| 8 | + |
| 9 | +## Technologies Used |
| 10 | + - **Next.js 14**: A React framework for building server-side rendered applications, delivering high performance and SEO benefits. |
| 11 | + - **TypeScript**: A statically typed superset of JavaScript that improves code quality and development speed. |
| 12 | + - **React.js**: A popular library for building user interfaces using components. |
| 13 | + - **React Icons**: A versatile library providing popular icon sets as React components. |
16 | 14 |
|
17 | | -Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. |
| 15 | +## 📌 In This Video: |
18 | 16 |
|
19 | | -You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. |
| 17 | +- Setting up a Next.js project with TypeScript |
| 18 | +- Building responsive components for a training website |
| 19 | +- Implementing best practices for a clean, maintainable codebase |
20 | 20 |
|
21 | | -This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. |
| 21 | +## Note: This video is for educational purposes only. We are not responsible for any illegal use of the information provided. |
22 | 22 |
|
23 | | -## Learn More |
24 | 23 |
|
25 | | -To learn more about Next.js, take a look at the following resources: |
26 | 24 |
|
27 | | -- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. |
28 | | -- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. |
| 25 | +## Getting Started |
| 26 | +Follow these steps to get the project up and running on your local machine: |
| 27 | + |
| 28 | +1. Clone this repository to your local machine. |
| 29 | +2. Navigate to the project directory. |
| 30 | +3. Install dependencies by running `npm install` or `yarn install`. |
| 31 | +4. Start the development server using `npm run dev` or `yarn dev`. |
| 32 | +5. Access the application in your browser at `http://localhost:3000`. |
| 33 | + |
| 34 | +## Contributions |
| 35 | +Contributions are welcome! Feel free to open issues for any bugs, feature requests, or suggestions. |
29 | 36 |
|
30 | | -You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! |
31 | 37 |
|
32 | | -## Deploy on Vercel |
33 | 38 |
|
34 | | -The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. |
| 39 | + |
35 | 40 |
|
36 | | -Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. |
| 41 | +## Learn By Watching Video ▶️ |
| 42 | +[](https://www.youtube.com/watch?v=Fe0dkj_SWzA) |
0 commit comments