You can clone this repo, run:
npm install
. And then:
npm run dev
.
Or you can see the project deploy right now: https://dev-blog-ruddy-eta.vercel.app/
Blog made in 48 hours, the time started at 9:30 at Friday (01/09) and ended at Sunday (03/09).
Total Work Time: 5,5h (Friday - 01/09), 12h (Saturday - 02/09), 2,5h (Sunday - 03/09).
Pages:
- Home: See main posts;
- All Post: All posts (it's possible to search for them);
- Contato: See contact infos and send a message;
- Configure Next.JS, its build and main optimizations (images, server-side-rendering)
- Using conventional commits pattern;
- Routing with Next.JS;
- Solve easily typing errors with typescript;
- Organize API workflow;
- Integrate with some real API system;
- Add a 'Veja Mais' button on the posts and a proper and unique screen for each post;
- Add page to administrator so them can add its own posts;
- Create 404 page;
- Improve SEO for mobile;

