https://github.com/devyatsu/typicodebasednextjsapp
A simple project only using Next JS, Tailwind CSS, and json Typicode API to create a nice website.
https://github.com/devyatsu/typicodebasednextjsapp
Last synced: over 1 year ago
JSON representation
A simple project only using Next JS, Tailwind CSS, and json Typicode API to create a nice website.
- Host: GitHub
- URL: https://github.com/devyatsu/typicodebasednextjsapp
- Owner: DevYatsu
- License: mit
- Created: 2023-06-11T17:21:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-26T00:29:23.000Z (almost 3 years ago)
- Last Synced: 2025-01-15T18:25:04.713Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 242 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Everything is still to do
I intend to work on the project asap guys. Don't worry if there is almost nothing for now, I am going to implement an oauth working with the typicode [/users](https://jsonplaceholder.typicode.com/users) as well as a profile page to see your profile once connected. Also I am going to add an albums page and a way to see comments on click on the already readable posts. Maybe it would be nice to also implement a way to add posts once connected to one of the users!
## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
Please ensure that your code adheres to the existing coding style and follows best practices.
## License
This project is licensed under the ***MIT License***.