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

https://github.com/liyipeng3/gone-web

Blog has gone
https://github.com/liyipeng3/gone-web

nextjs react tailwindcss typescript

Last synced: about 1 year ago
JSON representation

Blog has gone

Awesome Lists containing this project

README

          

# gone-web

[English](README.md) **|** [简体中文](README_CN.md)

This is a blog built with TypeScript, Next.js and Tailwind CSS.

I write it for me, but if you find it useful, that's great, if you can help me improve it, that's even better.

## Features

- Modern user interface design
- Responsive layout for various devices
- Blog post creation, editing, and management
- User comment system
- Personal dashboard
- Search functionality
- Accessibility support

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying files in the `app` directory. The page auto-updates as you edit the file.

## Learn More

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

- [TypeScript](https://www.typescriptlang.org/) - a typed superset of JavaScript that compiles to plain JavaScript.
- [TypeScript Documentation](https://www.typescriptlang.org/docs/) - learn about TypeScript features and API.
- [React](https://reactjs.org/) - a JavaScript library for building user interfaces.
- [React Documentation](https://reactjs.org/docs/getting-started.html) - learn about React features and API.
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
- [Tailwind CSS](https://tailwindcss.com/) - a utility-first CSS framework for rapidly building custom designs.
- [Tailwind CSS Documentation](https://tailwindcss.com/docs) - learn about Tailwind CSS features and API.

## Contributing

Contributions are welcome! Feel free to submit a Pull Request or open an Issue to help improve this project.

## License

[Apache License 2.0](LICENSE)