Skip to content

Commit c9464ff

Browse files
Update README.md
1 parent 18ab415 commit c9464ff

File tree

1 file changed

+29
-23
lines changed

1 file changed

+29
-23
lines changed

README.md

Lines changed: 29 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,42 @@
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+
![logo](https://github.com/user-attachments/assets/74c295d9-1763-44b6-b9d7-f79a03ff2859)
23

3-
## Getting Started
44

5-
First, run the development server:
65

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.
1614

17-
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
15+
## 📌 In This Video:
1816

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
2020

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.
2222

23-
## Learn More
2423

25-
To learn more about Next.js, take a look at the following resources:
2624

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.
2936

30-
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
3137

32-
## Deploy on Vercel
3338

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+
3540

36-
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
41+
## Learn By Watching Video ▶️
42+
[![Watch Demo Video](https://img.youtube.com/vi/Fe0dkj_SWzA/maxresdefault.jpg)](https://www.youtube.com/watch?v=Fe0dkj_SWzA)

0 commit comments

Comments
 (0)